Add LOCALE
This commit is contained in:
parent
e3936f1131
commit
c2ebe1a13a
1 changed files with 1 additions and 1 deletions
|
@ -54,9 +54,9 @@ AUTHOR_SAVE_AS = 'author/{slug}/index.html'
|
||||||
AUTHOR_URL = 'author/{slug}/'
|
AUTHOR_URL = 'author/{slug}/'
|
||||||
STATIC_PATHS = ['assets']
|
STATIC_PATHS = ['assets']
|
||||||
TIMEZONE = 'Europe/Paris'
|
TIMEZONE = 'Europe/Paris'
|
||||||
|
LOCALE = 'fr_FR.UTF-8'
|
||||||
DEFAULT_LANG = 'fr'
|
DEFAULT_LANG = 'fr'
|
||||||
|
|
||||||
|
|
||||||
# Feed generation is usually not desired when developing
|
# Feed generation is usually not desired when developing
|
||||||
FEED_ALL_ATOM = "feeds/all.atom.xml"
|
FEED_ALL_ATOM = "feeds/all.atom.xml"
|
||||||
TAG_FEED_ATOM = "feeds/tag_{slug}.xml"
|
TAG_FEED_ATOM = "feeds/tag_{slug}.xml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue