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 <jvr...@gmail.com> CC: Thomas Petazzoni <thomas.petazz...@enix.org> --- 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