Ticket #4863: language_code_gone.diff
File language_code_gone.diff, 1.1 KB (added by , 17 years ago) |
---|
-
django/conf/global_settings.py
30 30 31 31 # Language code for this installation. All choices can be found here: 32 32 # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes 33 # http://b logs.law.harvard.edu/tech/stories/storyReader$1533 # http://babelwiki.babelzilla.org/index.php?title=Language_codes 34 34 LANGUAGE_CODE = 'en-us' 35 35 36 36 # Languages we provide translations for, out of the box. The language name -
django/conf/project_template/settings.py
25 25 26 26 # Language code for this installation. All choices can be found here: 27 27 # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes 28 # http://b logs.law.harvard.edu/tech/stories/storyReader$1528 # http://babelwiki.babelzilla.org/index.php?title=Language_codes 29 29 LANGUAGE_CODE = 'en-us' 30 30 31 31 SITE_ID = 1