[Scummvm-git-logs] scummvm master -> 4c5afcf7807ec9c6287be77109408a1cd9538a61

bonki bonki at users.noreply.github.com
Wed Apr 4 22:49:57 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4c5afcf780 COMMON: Verify nb_NO locale


Commit: 4c5afcf7807ec9c6287be77109408a1cd9538a61
    https://github.com/scummvm/scummvm/commit/4c5afcf7807ec9c6287be77109408a1cd9538a61
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-04-04T22:48:28+02:00

Commit Message:
COMMON: Verify nb_NO locale

Despite looking weird, this is the correct locale for Norwegian (Bokmål).

Changed paths:
    common/language.cpp


diff --git a/common/language.cpp b/common/language.cpp
index b7397be..e4ecd28 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 },





More information about the Scummvm-git-logs mailing list