Remove inaccurate comment regarding language names.
This commit is contained in:
parent
cfa70d0c94
commit
efa3f71cc4
|
@ -42,8 +42,7 @@ USE_TZ = False
|
||||||
# http://www.i18nguy.com/unicode/language-identifiers.html
|
# http://www.i18nguy.com/unicode/language-identifiers.html
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
|
|
||||||
# Languages we provide translations for, out of the box. The language name
|
# Languages we provide translations for, out of the box.
|
||||||
# should be the utf-8 encoded local name for the language.
|
|
||||||
LANGUAGES = (
|
LANGUAGES = (
|
||||||
('ar', gettext_noop('Arabic')),
|
('ar', gettext_noop('Arabic')),
|
||||||
('az', gettext_noop('Azerbaijani')),
|
('az', gettext_noop('Azerbaijani')),
|
||||||
|
|
Loading…
Reference in New Issue