mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-07 11:23:03 +01:00
Added German translation.
This commit is contained in:
parent
a65c40fe32
commit
356977290e
Binary file not shown.
@ -75,6 +75,7 @@ LanguageMenuEntry options::LanguageMenu[]
|
|||||||
{L"简化字", Languages::SimplifiedChinese},
|
{L"简化字", Languages::SimplifiedChinese},
|
||||||
{L"正體字", Languages::TraditionalChinese},
|
{L"正體字", Languages::TraditionalChinese},
|
||||||
{L"Polski", Languages::Polish},
|
{L"Polski", Languages::Polish},
|
||||||
|
{L"Deutsch", Languages::German},
|
||||||
};
|
};
|
||||||
|
|
||||||
void options::ReadOptions()
|
void options::ReadOptions()
|
||||||
|
@ -9,6 +9,7 @@ enum class Languages
|
|||||||
TraditionalChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL),
|
TraditionalChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL),
|
||||||
SimplifiedChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED),
|
SimplifiedChinese = MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED),
|
||||||
Polish = MAKELANGID(LANG_POLISH, SUBLANG_POLISH_POLAND),
|
Polish = MAKELANGID(LANG_POLISH, SUBLANG_POLISH_POLAND),
|
||||||
|
German = MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN),
|
||||||
};
|
};
|
||||||
|
|
||||||
struct LanguageMenuEntry
|
struct LanguageMenuEntry
|
||||||
|
@ -242,7 +242,7 @@
|
|||||||
#define DLG_HIGHSCORES_EditName5 605
|
#define DLG_HIGHSCORES_EditName5 605
|
||||||
#define Menu1_AlternativeRender 601
|
#define Menu1_AlternativeRender 601
|
||||||
#define Menu1_Language 700
|
#define Menu1_Language 700
|
||||||
#define Menu1_LanguageMax 705
|
#define Menu1_LanguageMax 706
|
||||||
|
|
||||||
// Next default values for new objects
|
// Next default values for new objects
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user