Tux Paint for macOS can localize menus (feature request #183)

Tux Paint for macOS can now localize the macOS menubar.  Translation
files (*.po) will be required for the actual translations to show.
This commit is contained in:
Mark Kim 2022-02-05 18:40:36 -05:00
parent aa4c72d4ed
commit 7aa000b68a
4 changed files with 141 additions and 2 deletions

View file

@ -25971,6 +25971,10 @@ static void setup(void)
}
#endif
#ifdef __APPLE__
apple_init();
#endif
im_init(&im_data, get_current_language());
#ifndef NO_SDLPANGO