Skip to content

Commit

Permalink
- activated the language menu for the already completely translated l…
Browse files Browse the repository at this point in the history
…anguages

DE, PT and RO at this time.
  • Loading branch information
coelckers committed May 31, 2021
1 parent 1636ddc commit e9dad5b
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion wadsrc/static/menudef.txt
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

}

Expand Down

0 comments on commit e9dad5b

Please sign in to comment.