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
|
|
@ -26,6 +26,7 @@
|
|||
#define KMOD_CTRL KMOD_META /* Anywhere Linux/Windows uses CTRL, use CMD on macOS */
|
||||
|
||||
|
||||
void apple_init(void);
|
||||
const char *apple_fontsPath(void);
|
||||
const char *apple_preferencesPath(void);
|
||||
const char *apple_globalPreferencesPath(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue