Django

Code

Changeset 6581

Show
Ignore:
Timestamp:
10/21/07 11:20:02 (10 months ago)
Author:
mtredinnick
Message:

Changed the location of language codes to match the project settings file from [6123].

Files:

Legend:

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

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