mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
fixed swapped language IDs for Norwegian and Dutch.
This commit is contained in:
parent
85482b0951
commit
49c23eb4e5
1 changed files with 2 additions and 2 deletions
|
@ -1771,8 +1771,8 @@ OptionString "LanguageOptions"
|
||||||
"es", "Español (Spanish)" // Note: this has not been reviewed for regional variations!
|
"es", "Español (Spanish)" // Note: this has not been reviewed for regional variations!
|
||||||
"fr", "Français (French)"
|
"fr", "Français (French)"
|
||||||
"hu", "Magyar (Hungarian)"
|
"hu", "Magyar (Hungarian)"
|
||||||
"no", "Nederlands (Dutch)"
|
"nl", "Nederlands (Dutch)"
|
||||||
"nl", "Norsk Bokmål (Norwegian)"
|
"no", "Norsk Bokmål (Norwegian)"
|
||||||
"pl", "Polski (Polish)"
|
"pl", "Polski (Polish)"
|
||||||
"pt", "Português do Brasil (Brazilian Portuguese)"
|
"pt", "Português do Brasil (Brazilian Portuguese)"
|
||||||
"ro", "Română (Romanian)"
|
"ro", "Română (Romanian)"
|
||||||
|
|
Loading…
Reference in a new issue