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