fix locale
This commit is contained in:
parent
377278b88f
commit
435e3d698d
|
@ -9,7 +9,7 @@ import locale
|
||||||
import config
|
import config
|
||||||
|
|
||||||
# locale (for templates, for example dates rendering)
|
# 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)
|
md_path = os.path.expanduser(config.md_dir)
|
||||||
gmi_path = os.path.expanduser(config.gmi_dir)
|
gmi_path = os.path.expanduser(config.gmi_dir)
|
||||||
|
|
Loading…
Reference in New Issue