Add polish lang support

This commit is contained in:
Fire-Head 2020-04-19 22:32:59 +03:00
parent 0f07a323c9
commit 2308321805
10 changed files with 82 additions and 3 deletions

View file

@ -89,6 +89,7 @@ enum eLanguages
LANGUAGE_ITALIAN,
LANGUAGE_SPANISH,
#ifdef MORE_LANGUAGES
LANGUAGE_POLISH,
LANGUAGE_RUSSIAN,
#endif
};
@ -365,6 +366,7 @@ enum eMenuAction
MENUACTION_UNK109,
MENUACTION_UNK110,
#ifdef MORE_LANGUAGES
MENUACTION_LANG_PL,
MENUACTION_LANG_RUS,
#endif
};