Parcourir la source

Set locales to fr

Jocelyn Delande il y a 9 ans
Parent
commit
85c82d8764
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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