1
0
mirror of https://github.com/django/django.git synced 2025-01-23 08:39:17 +00:00

Corrected English name of nb language.

This commit is contained in:
Petter Reinholdtsen 2016-01-16 11:24:57 +01:00 committed by Tim Graham
parent 073dd4ce79
commit a1fba4e843

View File

@ -1,3 +1,6 @@
# -*- 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')),