fix locale
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user