mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #3474 from clockback/use-lists-not-tuples
This commit is contained in:
commit
bfd1068b82
5 changed files with 18 additions and 18 deletions
|
|
@ -819,9 +819,9 @@ Time and Date
|
|||
|
||||
.. parsed-literal::
|
||||
|
||||
LOCALE = ('usa', 'jpn', # On Windows
|
||||
LOCALE = ['usa', 'jpn', # On Windows
|
||||
'en_US', 'ja_JP' # On Unix/Linux
|
||||
)
|
||||
]
|
||||
|
||||
For a list of available locales refer to `locales on Windows`_ or on
|
||||
Unix/Linux, use the ``locale -a`` command; see manpage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue