- activated the language menu for the already completely translated languages

DE, PT and RO at this time.
This commit is contained in:
Christoph Oelckers 2021-05-31 21:26:35 +02:00
parent 1636ddc00e
commit e9dad5b298

View file

@ -1635,6 +1635,37 @@ OptionValue Autosave
2, "$OPTVAL_NEVER"
}
/*=======================================
*
* Language menu
* (most languages are still incomplete, only DE, PT and RO are done.)
*
*=======================================*/
OptionString "LanguageOptions"
{
"auto", "Auto"
"default", "English (US)"
"eng", "English (UK)"
//"cs", "Česky (Czech)"
"de", "Deutsch (German)"
//"es", "Español (España) (Castilian Spanish)"
//"esm", "Español (Latino) (Latin American Spanish)"
//"eo", "Esperanto"
//"fi", "Suomi (Finnish)"
//"fr", "Français (French)"
//"it", "Italiano (Italian)"
//"jp", "日本語 (Japanese)"
//"ko", "한국어 (Korean)"
//"nl", "Nederlands (Dutch)"
//"pl", "Polski (Polish)"
//"ptg", "Português (European Portuguese)"
"pt", "Português do Brasil (Brazilian Portuguese)"
"ro", "Română (Romanian)"
//"ru", "Русский (Russian)"
//"sr", "Српски (Serbian)"
}
OptionMenu "MiscOptions" protected
{
Title "$MISCMNU_TITLE"
@ -1662,7 +1693,7 @@ OptionMenu "MiscOptions" protected
Option "$MISCMNU_NINJA", "sw_ninjahack", "OnOff"
}
//StaticText " "
//Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions" - not ready yet
Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions"
}