Skip to content

Commit e5ef718

Browse files
author
Thierry Chappuis
committed
Configured the translation setting
1 parent c272026 commit e5ef718

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pelicanconf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@
2727

2828
TIMEZONE = 'Europe/Paris'
2929

30+
# Translate to German.
3031
DEFAULT_LANG = 'fr'
31-
DEFAULT_DATE = 'fs'
32+
DEFAULT_DATE = 'fr'
33+
OG_LOCALE = 'fr_FR'
34+
LOCALE = 'fr_FR'
35+
36+
# Default theme language.
37+
I18N_TEMPLATES_LANG = 'fr'
3238

3339
DEFAULT_CATEGORY = 'Autres'
3440

0 commit comments

Comments
 (0)