mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs: fix some lint problem
This commit is contained in:
parent
8908b93c47
commit
ddc112f76c
3 changed files with 1 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ with open("../pyproject.toml", "rb") as f:
|
|||
|
||||
# -- General configuration ----------------------------------------------------
|
||||
templates_path = ["_templates"]
|
||||
locale_dirs = ['locale/']
|
||||
locale_dirs = ["locale/"]
|
||||
gettext_compact = False
|
||||
gettext_uuid = True
|
||||
extensions = [
|
||||
|
|
|
|||
|
|
@ -243,4 +243,3 @@ msgid ""
|
|||
"has been created for you."
|
||||
msgstr ""
|
||||
"接下来就可以开始往 *content* 目录中添加自己创作的内容了。"
|
||||
|
||||
|
|
|
|||
|
|
@ -156,4 +156,3 @@ msgid ""
|
|||
msgstr ""
|
||||
"您可以安装可选模块 `tzlocal <https://pypi.org/project/tzlocal/>`_ 来"
|
||||
"本地化默认字段。"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue