Django

Code

Changeset 6123

Show
Ignore:
Timestamp:
09/13/07 09:37:22 (1 year ago)
Author:
adrian
Message:

Fixed #5395 -- Changed URL of all language codes in project_template/settings.py. Thanks, Jarek Zgoda and mikkel@hoegh.org

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/project_template/settings.py

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