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
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
};