init gettext/i18n localization support

This commit is contained in:
yggverse 2024-08-10 08:37:52 +03:00
parent 16ef621a43
commit 571b83fd6d
6 changed files with 34 additions and 7 deletions

View file

@ -4,10 +4,12 @@ int main(
int argc,
char* argv[]
) {
// Init app
auto app = Gtk::Application::create(
APPLICATION_ID
);
// Launch browser component
return app->make_window_and_run<app::Browser>(
argc,
argv