fix locale

This commit is contained in:
Guy Godfroy 2020-12-03 16:35:08 +01:00
parent 377278b88f
commit 435e3d698d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import locale
import config
# locale (for templates, for example dates rendering)
locale = "fr_FR.utf8"
locale.setlocale(locale.LC_ALL, config.locale)
md_path = os.path.expanduser(config.md_dir)
gmi_path = os.path.expanduser(config.gmi_dir)