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

@ -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);