mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-21 16:30:19 +01:00
Added Dutch translation.
This commit is contained in:
parent
a079117507
commit
84a46082ab
4 changed files with 3 additions and 1 deletions
Binary file not shown.
|
@ -89,6 +89,7 @@ LanguageMenuEntry options::LanguageMenu[]
|
|||
{L"Ελληνικά", Languages::Greek},
|
||||
{L"Español", Languages::Spanish},
|
||||
{L"한국어", Languages::Korean},
|
||||
{L"Nederlands", Languages::Dutch},
|
||||
};
|
||||
|
||||
void options::ReadOptions()
|
||||
|
|
|
@ -23,6 +23,7 @@ enum class Languages
|
|||
Greek = MAKELANGID(LANG_GREEK, SUBLANG_GREEK_GREECE),
|
||||
Spanish = MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN),
|
||||
Korean = MAKELANGID(LANG_KOREAN, SUBLANG_KOREAN),
|
||||
Dutch = MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH),
|
||||
};
|
||||
|
||||
struct LanguageMenuEntry
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
#define DLG_HIGHSCORES_EditName5 605
|
||||
#define Menu1_AlternativeRender 601
|
||||
#define Menu1_Language 700
|
||||
#define Menu1_LanguageMax 719
|
||||
#define Menu1_LanguageMax 720
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue