maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] [ocitysmap] Small fix in i18n.py for nynorsk


From: Jeroen van Rijn
Subject: [Maposmatic-dev] [PATCH] [ocitysmap] Small fix in i18n.py for nynorsk
Date: Wed, 11 Apr 2012 01:28:24 +0200

While I'd forgotten to add the norwegian languages to i18n, Thomas's patch to 
do so contained a typo. This fixes that typo.

Signed-off-by: Jeroen van Rijn <address@hidden>
CC: Thomas Petazzoni <address@hidden>
---
 ocitysmap2/i18n.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ocitysmap2/i18n.py b/ocitysmap2/i18n.py
index f224f49..94c85d6 100644
--- a/ocitysmap2/i18n.py
+++ b/ocitysmap2/i18n.py
@@ -818,7 +818,7 @@ language_class_map = {
     'ru_RU.UTF-8': i18n_ru_generic,
     'pl_PL.UTF-8': i18n_pl_generic,
     'nb_NO.UTF-8': i18n_generic,
-    'nb_NO.UTF-8': i18n_generic,
+    'nn_NO.UTF-8': i18n_generic,
 }
 
 def install_translation(locale_name, locale_path):
-- 
1.7.10.rc1.22.gf5241




reply via email to

[Prev in Thread] Current Thread [Next in Thread]