mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init gettext/i18n localization support
This commit is contained in:
parent
16ef621a43
commit
571b83fd6d
6 changed files with 34 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue