Browse Source

Set locales to fr

Jocelyn Delande 9 years ago
parent
commit
85c82d8764
1 changed files with 2 additions and 2 deletions
  1. 2 2
      transparency/settings.py

+ 2 - 2
transparency/settings.py

@@ -86,9 +86,9 @@ DATABASES = {
 # Internationalization
 # https://docs.djangoproject.com/en/1.8/topics/i18n/
 
-LANGUAGE_CODE = 'en-us'
+LANGUAGE_CODE = 'fr-fr'
 
-TIME_ZONE = 'UTC'
+TIME_ZONE = 'Europe/Paris'
 
 USE_I18N = True