mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
COMMON: Verify nb_NO locale
Despite looking weird, this is the correct locale for Norwegian (Bokmål).
This commit is contained in:
parent
21ef072c11
commit
4c5afcf780
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user