mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
InterfaceConfigPane: remove unneeded comment
It notes that using "no" for Norwegian is not allowed by wxWidgets, but "nb" is the correct code for Norwegian Bokmål anyways.
This commit is contained in:
parent
b22ed9683d
commit
bdcd6df459
@ -36,9 +36,8 @@
|
||||
static const std::array<std::string, 29> language_ids{{
|
||||
"",
|
||||
|
||||
"ms", "ca", "cs", "da", "de", "en", "es", "fr", "hr", "it", "hu", "nl",
|
||||
"nb", // wxWidgets won't accept "no"
|
||||
"pl", "pt", "pt_BR", "ro", "sr", "sv", "tr",
|
||||
"ms", "ca", "cs", "da", "de", "en", "es", "fr", "hr", "it",
|
||||
"hu", "nl", "nb", "pl", "pt", "pt_BR", "ro", "sr", "sv", "tr",
|
||||
|
||||
"el", "ru", "ar", "fa", "ko", "ja", "zh_CN", "zh_TW",
|
||||
}};
|
||||
|
Loading…
Reference in New Issue
Block a user