Skip to content

Commit

Permalink
Fix #9198: i18n: Babel emits errors when running compile_catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed May 10, 2021
1 parent 5956dc4 commit 2aca5a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Bugs fixed
from a property of the class
* #9188: autosummary: warning is emitted if list value is set to
autosummary_generate
* #9198: i18n: Babel emits errors when running compile_catalog

Testing
--------
Expand Down
4 changes: 2 additions & 2 deletions sphinx/locale/ar/LC_MESSAGES/sphinx.po
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ msgstr ""
#: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186
#, python-format
msgid "cannot copy image file %r: %s"
msgstr "لا تستطيع نسخة ملف صورة %s:"
msgstr ""

#: sphinx/builders/_epub_base.py:435
#, python-format
Expand Down Expand Up @@ -909,7 +909,7 @@ msgstr "صفحة الHTML موجودة في %(outdir)s"
#: sphinx/builders/html/__init__.py:372
#, python-format
msgid "Failed to read build info file: %r"
msgstr "فشل في قراءة معلومات ملف البناء"
msgstr ""

#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187
#: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:99
Expand Down
12 changes: 6 additions & 6 deletions sphinx/locale/fa/LC_MESSAGES/sphinx.po
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ msgstr "شاخص %r قبلاً برای دامنه %s ثبت شده"
#: sphinx/registry.py:232
#, python-format
msgid "The %r object_type is already registered"
msgstr "نوع شیئ(object_type) ٪r قبلاً برای دامنه %s ثبت شده"
msgstr ""

#: sphinx/registry.py:252
#, python-format
Expand Down Expand Up @@ -1587,7 +1587,7 @@ msgstr "ایجاد پرونده‌ی %s."
#: sphinx/cmd/quickstart.py:367 sphinx/ext/apidoc.py:87
#, python-format
msgid "File %s already exists, skipping."
msgstr "پرونده‌ی %r در حال حاضر وجود دارد، رد شدن."
msgstr "پرونده‌ی %s در حال حاضر وجود دارد، رد شدن."

#: sphinx/cmd/quickstart.py:409
msgid "Finished: An initial directory structure has been created."
Expand Down Expand Up @@ -2321,7 +2321,7 @@ msgstr "پویش اسناد %s: %r شکست خورد"
#: sphinx/environment/__init__.py:504
#, python-format
msgid "Domain %r is not registered"
msgstr "دامنه ی %s ثبت نشده"
msgstr "دامنه ی %r ثبت نشده"

#: sphinx/environment/__init__.py:585
msgid "self referenced toctree found. Ignored."
Expand Down Expand Up @@ -2859,12 +2859,12 @@ msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پی
#: sphinx/ext/autodoc/__init__.py:2570
#, python-format
msgid "Failed to get a function signature for %s: %s"
msgstr "شکست در دریافت امضای تابع برای %r: مؤلّفه پیدا نشد: %s"
msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s"

#: sphinx/ext/autodoc/__init__.py:1531
#, python-format
msgid "Failed to get a constructor signature for %s: %s"
msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %r: مؤلّفه پیدا نشد: %s"
msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s"

#: sphinx/ext/autodoc/__init__.py:1620 sphinx/ext/autodoc/__init__.py:1624
#, python-format
Expand All @@ -2885,7 +2885,7 @@ msgstr "نام جانشین نوع متغیر(%s)"
#: sphinx/ext/autodoc/__init__.py:2064 sphinx/ext/autodoc/__init__.py:2158
#, python-format
msgid "Failed to get a method signature for %s: %s"
msgstr "شکست در دریافت امضای شگرد برای %r: مؤلّفه پیدا نشد: %s"
msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s"

#: sphinx/ext/autodoc/__init__.py:2247
#, python-format
Expand Down
2 changes: 1 addition & 1 deletion sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po
Original file line number Diff line number Diff line change
Expand Up @@ -2922,7 +2922,7 @@ msgstr ""
#: sphinx/ext/autodoc/type_comment.py:133
#, python-format
msgid "Failed to parse type_comment for %r: %s"
msgstr "无法解析 type_comment %s"
msgstr ""

#: sphinx/ext/autosummary/__init__.py:259
#, python-format
Expand Down

0 comments on commit 2aca5a2

Please sign in to comment.