Adding Polish support

Closes #132 afaik.
This commit is contained in:
Ben V. Brown
2017-12-12 13:34:53 +11:00
parent 87c2ed4f53
commit 39295c9705
2 changed files with 86 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ extern const char SettingLeftChar;
extern const char SettingAutoChar;
//#define LANG_EN
#define LANG_EN
//#define LANG_RU
//#define LANG_ES
//#define LANG_SE
@@ -44,6 +44,7 @@ extern const char SettingAutoChar;
//#define LANG_CS_CZ
//#define LANG_TR
//#define LANG_HR
#define LANG_DK
//#define LANG_PL
//#define LANG_DK
#endif /* TRANSLATION_H_ */