diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/Frontend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index ef5279aa..c1284101 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -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 }; |