Add LOCALE

This commit is contained in:
Yorick Barbanneau 2020-03-07 01:42:21 +01:00
parent e3936f1131
commit c2ebe1a13a

View file

@ -54,9 +54,9 @@ AUTHOR_SAVE_AS = 'author/{slug}/index.html'
AUTHOR_URL = 'author/{slug}/'
STATIC_PATHS = ['assets']
TIMEZONE = 'Europe/Paris'
LOCALE = 'fr_FR.UTF-8'
DEFAULT_LANG = 'fr'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = "feeds/all.atom.xml"
TAG_FEED_ATOM = "feeds/tag_{slug}.xml"