diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-03-06 19:59:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 19:59:47 +0900 |
commit | a6158b4196dce0af900e2c076f648bde09b1fba4 (patch) | |
tree | d9ace44196247a0c6a3efa8c2a9dbb6c5c1596bc | |
parent | cb14587af5abd0204e640e2bab201dd88b01fda6 (diff) | |
parent | 3cd103095f2bcb733425ce10c8725123f2e54cf8 (diff) | |
download | sphinx-git-a6158b4196dce0af900e2c076f648bde09b1fba4.tar.gz |
Merge pull request #8956 from tk0miya/8943_update_translations
i18n: Fix wrong substitution message catalog for el and hr (refs: #8943)
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | sphinx/locale/el/LC_MESSAGES/sphinx.po | 4 | ||||
-rw-r--r-- | sphinx/locale/hr/LC_MESSAGES/sphinx.po | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -16,6 +16,7 @@ Features added Bugs fixed ---------- +* #8943: i18n: Crashed by broken translation messages in ES, EL and HR * #8936: LaTeX: A custom LaTeX builder fails with unknown node error * #8952: Exceptions raised in a Directive cause parallel builds to hang diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.po b/sphinx/locale/el/LC_MESSAGES/sphinx.po index 03f5d01fe..6c0fc667b 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -3301,12 +3301,12 @@ msgstr "περισσότεροι από ένας στόχοι βρέθηκαν #: sphinx/transforms/post_transforms/__init__.py:171 #, python-format msgid "%s:%s reference target not found: %%(target)s" -msgstr "Ο %s:%s στόχος αναφοράς δεν βρέθηκε: %% (στόχος)" +msgstr "Ο %s:%s στόχος αναφοράς δεν βρέθηκε: %%(target)s" #: sphinx/transforms/post_transforms/__init__.py:174 #, python-format msgid "%r reference target not found: %%(target)s" -msgstr "ο στόχος αναφοράς %r δεν βρέθηκε: %%(στόχος)" +msgstr "ο στόχος αναφοράς %r δεν βρέθηκε: %%(target)s" #: sphinx/transforms/post_transforms/images.py:86 #, python-format diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.po b/sphinx/locale/hr/LC_MESSAGES/sphinx.po index 20e336487..bd809f381 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -3305,7 +3305,7 @@ msgstr "%s:%s reference target nije pronađen: %%(target)s" #: sphinx/transforms/post_transforms/__init__.py:174 #, python-format msgid "%r reference target not found: %%(target)s" -msgstr "%r referenca target nije pronađena: %% (target)" +msgstr "%r referenca target nije pronađena: %%(target)s" #: sphinx/transforms/post_transforms/images.py:86 #, python-format |