To integrate the translation for ocitysmap provided by Guttorm Flatabø, we have to add it to MAP_LANGUAGES in settings.py as well so it's available to choose upon creating a new map rendering.
CC: Guttorm Flatabø <[email protected]> Signed-off-by: Jeroen van Rijn <[email protected]> --- www/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/www/settings.py b/www/settings.py index aef3fde..fec65c9 100644 --- a/www/settings.py +++ b/www/settings.py @@ -200,6 +200,7 @@ MAP_LANGUAGES = [ ("es_NI.UTF-8", u"Nicaragua (ES)"), ("nl_NL.UTF-8", u"Nederland (NL)"), ("nb_NO.UTF-8", u"Norwegian Bokmål (NO)"), + ("nn_NO.UTF-8", u"Norwegian Nynorsk (NO)"), ("en_NZ.UTF-8", u"New Zealand (EN)"), ("ar_OM.UTF-8", u"سلطنة عمان (AR)"), ("es_PA.UTF-8", u"Panamá (ES)"), -- 1.7.10.rc1.22.gf5241
