ldt/web/ldtplatform/settings.py
changeset 35 a54d72ee2e41
parent 27 4b8a549d6399
child 38 0fe2f3f5466f
equal deleted inserted replaced
34:655dff5e6342 35:a54d72ee2e41
    31 # system time zone.
    31 # system time zone.
    32 TIME_ZONE = 'UTC'
    32 TIME_ZONE = 'UTC'
    33 
    33 
    34 # Language code for this installation. All choices can be found here:
    34 # Language code for this installation. All choices can be found here:
    35 # http://www.i18nguy.com/unicode/language-identifiers.html
    35 # http://www.i18nguy.com/unicode/language-identifiers.html
    36 LANGUAGE_CODE = 'fr-fr'
    36 LANGUAGE_CODE = 'en-US'
    37 
    37 
    38 ugettext = lambda s: s
    38 ugettext = lambda s: s
    39 
    39 
    40 LANGUAGES = ( 
    40 LANGUAGES = ( 
    41     ('fr', ugettext('French')),
    41     ('fr', ugettext('French')),