aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-04-04 22:48:15 +0200
committerAdrian Frühwirth2018-04-04 22:48:28 +0200
commit4c5afcf7807ec9c6287be77109408a1cd9538a61 (patch)
tree37cf3a6ba2e8d92d9c5bbbc3a766132f0f0c991a
parent21ef072c11f34959cbabf7aa831ed5496ccfc37b (diff)
downloadscummvm-rg350-4c5afcf7807ec9c6287be77109408a1cd9538a61.tar.gz
scummvm-rg350-4c5afcf7807ec9c6287be77109408a1cd9538a61.tar.bz2
scummvm-rg350-4c5afcf7807ec9c6287be77109408a1cd9538a61.zip
COMMON: Verify nb_NO locale
Despite looking weird, this is the correct locale for Norwegian (Bokmål).
-rw-r--r--common/language.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/language.cpp b/common/language.cpp
index b7397bec6d..e4ecd28211 100644
--- a/common/language.cpp
+++ b/common/language.cpp
@@ -46,7 +46,7 @@ const LanguageDescription g_languages[] = {
{ "jp", "ja_JP", "Japanese", JA_JPN },
{ "kr", "ko_KR", "Korean", KO_KOR },
{ "lv", "lv_LV", "Latvian", LV_LAT },
- { "nb", "nb_NO", "Norwegian Bokm\xE5l", NB_NOR }, // TODO Someone should verify the unix locale
+ { "nb", "nb_NO", "Norwegian Bokm\xE5l", NB_NOR },
{ "pl", "pl_PL", "Polish", PL_POL },
{ "br", "pt_BR", "Portuguese", PT_BRA },
{ "ru", "ru_RU", "Russian", RU_RUS },