Added German translation.

This commit is contained in:
Muzychenko Andrey 2021-10-28 08:56:49 +03:00
parent a65c40fe32
commit 356977290e
4 changed files with 3 additions and 1 deletions

View File

@ -75,6 +75,7 @@ LanguageMenuEntry options::LanguageMenu[]
{L"简化字", Languages::SimplifiedChinese},
{L"正體字", Languages::TraditionalChinese},
{L"Polski", Languages::Polish},
{L"Deutsch", Languages::German},
};
void options::ReadOptions()

View File

@ -9,6 +9,7 @@ enum class Languages
TraditionalChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL),
SimplifiedChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED),
Polish = MAKELANGID(LANG_POLISH, SUBLANG_POLISH_POLAND),
German = MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN),
};
struct LanguageMenuEntry

View File

@ -242,7 +242,7 @@
#define DLG_HIGHSCORES_EditName5 605
#define Menu1_AlternativeRender 601
#define Menu1_Language 700
#define Menu1_LanguageMax 705
#define Menu1_LanguageMax 706
// Next default values for new objects
//