Browse Source

add 2 lines of conf for babel

Julien Rabier 12 years ago
parent
commit
55ac14c222
1 changed files with 2 additions and 0 deletions
  1. 2 0
      settings.py.example

+ 2 - 0
settings.py.example

@@ -10,3 +10,5 @@ EMAIL = '"' + TITLE + '"' + ' <' + u"cavote@ffdn.org" + '>'
 VERSION = "cavote 0.3.0"
 SMTP_SERVER = "127.0.0.1"
 PATTERNS = {u'Oui/Non': [u'Oui', u'Non'], u'Oui/Non/Blanc': [u'Oui', u'Non', u'Blanc'], u'Oui/Non/Peut-être': [u'Oui', u'Non', u'Peut-être']}
+BABEL_DEFAULT_LOCALE = 'fr'
+BABEL_DEFAULT_TIMEZONE = 'Europe/Paris'