summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2013-01-09 11:55:58 -0700
committerCarl Meyer <carl@oddbird.net>2013-01-09 11:55:58 -0700
commitefa3f71cc4d35afe7e1ca479de2eca7808215d6f (patch)
tree98061ff1bc01f517f9311df1eff024ef0474beed
parentcfa70d0c94a43d94e3ee48db87f2b88c29a862e1 (diff)
Remove inaccurate comment regarding language names.
-rw-r--r--django/conf/global_settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index c533efc41c..4d69c6365f 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -42,8 +42,7 @@ USE_TZ = False
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-us'
-# Languages we provide translations for, out of the box. The language name
-# should be the utf-8 encoded local name for the language.
+# Languages we provide translations for, out of the box.
LANGUAGES = (
('ar', gettext_noop('Arabic')),
('az', gettext_noop('Azerbaijani')),