Force french locale to render dates
This commit is contained in:
parent
134838484a
commit
fccf551e60
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ from pygments.lexers import get_lexer_by_name
|
||||||
from pygments.formatters import html
|
from pygments.formatters import html
|
||||||
|
|
||||||
# set user locale
|
# set user locale
|
||||||
locale.setlocale(locale.LC_ALL, "")
|
locale.setlocale(locale.LC_TIME, 'fr_FR.UTF-8')
|
||||||
|
|
||||||
|
|
||||||
# initialize markdown
|
# initialize markdown
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue