mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 13:58:04 +01:00
Added Italian translation.
This commit is contained in:
parent
bd606436bd
commit
4878b6a835
4 changed files with 3 additions and 1 deletions
Binary file not shown.
|
@ -78,6 +78,7 @@ LanguageMenuEntry options::LanguageMenu[]
|
||||||
{L"Deutsch", Languages::German},
|
{L"Deutsch", Languages::German},
|
||||||
{L"日本", Languages::Japanese},
|
{L"日本", Languages::Japanese},
|
||||||
{L"Français", Languages::French},
|
{L"Français", Languages::French},
|
||||||
|
{L"Italiano", Languages::Italian},
|
||||||
};
|
};
|
||||||
|
|
||||||
void options::ReadOptions()
|
void options::ReadOptions()
|
||||||
|
|
|
@ -12,6 +12,7 @@ enum class Languages
|
||||||
German = MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN),
|
German = MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN),
|
||||||
Japanese = MAKELANGID(LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN),
|
Japanese = MAKELANGID(LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN),
|
||||||
French = MAKELANGID(LANG_FRENCH, SUBLANG_FRENCH),
|
French = MAKELANGID(LANG_FRENCH, SUBLANG_FRENCH),
|
||||||
|
Italian = MAKELANGID(LANG_ITALIAN, SUBLANG_ITALIAN),
|
||||||
};
|
};
|
||||||
|
|
||||||
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 708
|
#define Menu1_LanguageMax 709
|
||||||
|
|
||||||
// Next default values for new objects
|
// Next default values for new objects
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue