diff options
| author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-19 22:32:59 +0300 |
|---|---|---|
| committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-19 22:32:59 +0300 |
| commit | 2308321805b97105cf03e8a38d44c90d9f652cd1 (patch) | |
| tree | 771fa4af464b5f8ddc297d2eb3b3df254a541832 /src/core/Frontend.h | |
| parent | Merge pull request #474 from Nick007J/master (diff) | |
| download | re3-2308321805b97105cf03e8a38d44c90d9f652cd1.tar.gz | |
Add polish lang support
Diffstat (limited to 'src/core/Frontend.h')
| -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 71aac605..7877d6f1 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -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 }; |
