From: Julien Rabier Date: Sat, 22 Dec 2012 14:51:58 +0000 (+0100) Subject: add 2 lines of conf for babel X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=commitdiff_plain;h=55ac14c2220d373540fc715ba6db393ab80475ae add 2 lines of conf for babel --- diff --git a/settings.py.example b/settings.py.example index 7cb1c09..7eaa906 100644 --- a/settings.py.example +++ b/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'