equal
deleted
inserted
replaced
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')), |