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:
parent
aa4c72d4ed
commit
7aa000b68a
4 changed files with 141 additions and 2 deletions
|
|
@ -25971,6 +25971,10 @@ static void setup(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
apple_init();
|
||||
#endif
|
||||
|
||||
im_init(&im_data, get_current_language());
|
||||
|
||||
#ifndef NO_SDLPANGO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue