Commit a1fba4e8 authored by Petter Reinholdtsen's avatar Petter Reinholdtsen Committed by Tim Graham
Browse files

Corrected English name of nb language.

parent 073dd4ce
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

# Default Django settings. Override these with settings in the module
# pointed-to by the DJANGO_SETTINGS_MODULE environment variable.

@@ -104,7 +107,7 @@ LANGUAGES = [
    ('mn', gettext_noop('Mongolian')),
    ('mr', gettext_noop('Marathi')),
    ('my', gettext_noop('Burmese')),
    ('nb', gettext_noop('Norwegian Bokmal')),
    ('nb', gettext_noop('Norwegian Bokmål')),
    ('ne', gettext_noop('Nepali')),
    ('nl', gettext_noop('Dutch')),
    ('nn', gettext_noop('Norwegian Nynorsk')),