mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Update language list in MENUDEF
The file renames “enu” to “default” for consistency and only contains languages that are complete/up to date, i.e. American English, British English, German, Castilian Spanish, Latin American Spanish, French, and Russian. Italian, while not 100% complete, contains a full engine translation, so it has enough material to make it here.
This commit is contained in:
parent
5310ecc2c3
commit
a6593e1400
1 changed files with 7 additions and 5 deletions
|
@ -2651,12 +2651,14 @@ OptionMenu "ReverbSave" protected
|
||||||
OptionString "LanguageOptions"
|
OptionString "LanguageOptions"
|
||||||
{
|
{
|
||||||
"auto", "Auto"
|
"auto", "Auto"
|
||||||
|
"default", "English (US)"
|
||||||
"eng", "English (UK)"
|
"eng", "English (UK)"
|
||||||
"enu", "English (US)"
|
"de", "Deutsch"
|
||||||
"fr", "Français (FR)"
|
"es", "Español (España)"
|
||||||
"ita", "Italiano (ITA)"
|
"esm", "Español (Latino)"
|
||||||
"ptb", "Português do Brasil (PTB)"
|
"fr", "Français"
|
||||||
"rus", "Русский (RU)"
|
"it", "Italiano"
|
||||||
|
"ru", "Русский"
|
||||||
}
|
}
|
||||||
|
|
||||||
/*=======================================
|
/*=======================================
|
||||||
|
|
Loading…
Reference in a new issue