Merge pull request #495 from Sergeanur/MoreLanguages

Japanese support
This commit is contained in:
aap 2020-04-29 10:26:36 +02:00 committed by GitHub
commit 4e630a1a38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 707 additions and 145 deletions

View file

@ -91,6 +91,7 @@ enum eLanguages
#ifdef MORE_LANGUAGES
LANGUAGE_POLISH,
LANGUAGE_RUSSIAN,
LANGUAGE_JAPANESE,
#endif
};
@ -368,6 +369,7 @@ enum eMenuAction
#ifdef MORE_LANGUAGES
MENUACTION_LANG_PL,
MENUACTION_LANG_RUS,
MENUACTION_LANG_JAP,
#endif
};