From c2ebe1a13affb8d39c61aa0b45fef02718f13358 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 7 Mar 2020 01:42:21 +0100 Subject: [PATCH] Add LOCALE --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 0e35ccb..ca2ad2b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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"