mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- activated the language menu for the already completely translated languages
DE, PT and RO at this time.
This commit is contained in:
parent
1636ddc00e
commit
e9dad5b298
1 changed files with 32 additions and 1 deletions
|
@ -1635,6 +1635,37 @@ OptionValue Autosave
|
||||||
2, "$OPTVAL_NEVER"
|
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
|
OptionMenu "MiscOptions" protected
|
||||||
{
|
{
|
||||||
Title "$MISCMNU_TITLE"
|
Title "$MISCMNU_TITLE"
|
||||||
|
@ -1662,7 +1693,7 @@ OptionMenu "MiscOptions" protected
|
||||||
Option "$MISCMNU_NINJA", "sw_ninjahack", "OnOff"
|
Option "$MISCMNU_NINJA", "sw_ninjahack", "OnOff"
|
||||||
}
|
}
|
||||||
//StaticText " "
|
//StaticText " "
|
||||||
//Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions" - not ready yet
|
Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue