Skip to content

Commit

Permalink
- fixed menudef.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 21, 2023
1 parent 9379e87 commit 8ce6125
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions wadsrc/static/menudef.txt
Expand Up @@ -1761,10 +1761,6 @@ OptionString "LanguageOptions"
"eng", "English (UK)"
"cs", "Česky (Czech)"
"de", "Deutsch (German)"
ifgame(Duke, Nam, WW2GI, Redneck, RedneckRides)
{
"es", "Español"
}

//"es", "Español (España) (Castilian Spanish)"
//"esm", "Español (Latino) (Latin American Spanish)"
Expand All @@ -1783,6 +1779,16 @@ OptionString "LanguageOptions"
//"sr", "Српски (Serbian)"
}

OptionString "LanguageOptionsDuke"
{
"auto", "Auto"
"default", "English (US)"
"eng", "English (UK)"
"cs", "Česky (Czech)"
"de", "Deutsch (German)"
"es", "Español (Spanish)"
}

OptionMenu "MiscOptions" protected
{
Title "$MISCMNU_TITLE"
Expand Down Expand Up @@ -1810,7 +1816,14 @@ OptionMenu "MiscOptions" protected
Option "$MISCMNU_NINJA", "sw_ninjahack", "OnOff"
}
//StaticText " "
Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions"
ifgame(Duke, Nam, WW2GI, Redneck, RedneckRides)
{
Option "$OPTMNU_LANGUAGE", "language", "LanguageOptionsDuke"
}
else
{
Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions"
}
IfOption(Windows)
{
StaticText " "
Expand Down

0 comments on commit 8ce6125

Please sign in to comment.