Changeset 5693
- Timestamp:
- 07/14/07 07:48:24 (1 year ago)
- Files:
-
- django/trunk/django/conf/global_settings.py (modified) (1 diff)
- django/trunk/django/conf/project_template/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/global_settings.py
r5618 r5693 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://blogs.law.harvard.edu/tech/stories/storyReader$1534 33 LANGUAGE_CODE = 'en-us' 35 34 django/trunk/django/conf/project_template/settings.py
r5543 r5693 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://blogs.law.harvard.edu/tech/stories/storyReader$1529 28 LANGUAGE_CODE = 'en-us' 30 29
