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