mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 13:58:04 +01:00
Added Finnish translation.
This commit is contained in:
parent
71e25fd7fa
commit
c0ec8ec932
4 changed files with 6 additions and 4 deletions
Binary file not shown.
|
@ -81,8 +81,9 @@ LanguageMenuEntry options::LanguageMenu[]
|
||||||
{L"Italiano", Languages::Italian},
|
{L"Italiano", Languages::Italian},
|
||||||
{L"Magyar", Languages::Hungarian},
|
{L"Magyar", Languages::Hungarian},
|
||||||
{L"Portugues do Brasil", Languages::BrazilianPortuguese},
|
{L"Portugues do Brasil", Languages::BrazilianPortuguese},
|
||||||
{L"Čeština" , Languages::Czech},
|
{L"Čeština", Languages::Czech},
|
||||||
{L"Dansk" , Languages::Danish},
|
{L"Dansk", Languages::Danish},
|
||||||
|
{L"Suomi", Languages::Finnish},
|
||||||
};
|
};
|
||||||
|
|
||||||
void options::ReadOptions()
|
void options::ReadOptions()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
enum class Languages
|
enum class Languages
|
||||||
{
|
{
|
||||||
English = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US),
|
English = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US),
|
||||||
Russian = MAKELANGID(LANG_RUSSIAN, SUBLANG_DEFAULT),
|
Russian = MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA),
|
||||||
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),
|
||||||
|
@ -17,6 +17,7 @@ enum class Languages
|
||||||
BrazilianPortuguese = MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN),
|
BrazilianPortuguese = MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN),
|
||||||
Czech = MAKELANGID(LANG_CZECH, SUBLANG_CZECH_CZECH_REPUBLIC),
|
Czech = MAKELANGID(LANG_CZECH, SUBLANG_CZECH_CZECH_REPUBLIC),
|
||||||
Danish = MAKELANGID(LANG_DANISH, SUBLANG_DANISH_DENMARK),
|
Danish = MAKELANGID(LANG_DANISH, SUBLANG_DANISH_DENMARK),
|
||||||
|
Finnish = MAKELANGID(LANG_FINNISH, SUBLANG_FINNISH_FINLAND),
|
||||||
};
|
};
|
||||||
|
|
||||||
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 713
|
#define Menu1_LanguageMax 714
|
||||||
|
|
||||||
// Next default values for new objects
|
// Next default values for new objects
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue