Skip to content

Commit

Permalink
Changed the location of language codes to match the project settings …
Browse files Browse the repository at this point in the history
…file from [6123].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Oct 21, 2007
1 parent 6fbf653 commit 5f51964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
TIME_ZONE = 'America/Chicago'

# Language code for this installation. All choices can be found here:
# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-us'

# Languages we provide translations for, out of the box. The language name
Expand Down

0 comments on commit 5f51964

Please sign in to comment.