mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
force locale to ascii in functional tests
This commit is contained in:
parent
5ffdee42e2
commit
ef77847762
2 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ GITHUB_URL = 'http://github.com/ametaireau/'
|
|||
DISQUS_SITENAME = "blog-notmyidea"
|
||||
PDF_GENERATOR = False
|
||||
REVERSE_CATEGORY_ORDER = True
|
||||
LOCALE = ""
|
||||
LOCALE = "C"
|
||||
DEFAULT_PAGINATION = 4
|
||||
|
||||
FEED_RSS = 'feeds/all.rss.xml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue