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

@@ -74,6 +74,7 @@ const CMenuScreen aScreens[] = {
MENUACTION_LANG_ITA, "FEL_ITA", SAVESLOT_NONE, MENUPAGE_NONE,
MENUACTION_LANG_SPA, "FEL_SPA", SAVESLOT_NONE, MENUPAGE_NONE,
#ifdef MORE_LANGUAGES
MENUACTION_LANG_PL, "FEL_POL", SAVESLOT_NONE, MENUPAGE_NONE,
MENUACTION_LANG_RUS, "FEL_RUS", SAVESLOT_NONE, MENUPAGE_NONE,
#endif
MENUACTION_CHANGEMENU, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE,