i18n: Fix wrong substitution message catalog for el and hr (refs: #8943)

This commit is contained in:
Takeshi KOMIYA 2021-03-04 22:08:41 +09:00
parent 99d97c65d5
commit bae8fb6909
3 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,8 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* #8943: i18n: Crashed by broken translation messages in ES, EL and HR
Testing Testing
-------- --------

View File

@ -3301,12 +3301,12 @@ msgstr "περισσότεροι από ένας στόχοι βρέθηκαν
#: sphinx/transforms/post_transforms/__init__.py:171 #: sphinx/transforms/post_transforms/__init__.py:171
#, python-format #, python-format
msgid "%s:%s reference target not found: %%(target)s" msgid "%s:%s reference target not found: %%(target)s"
msgstr "Ο %s:%s στόχος αναφοράς δεν βρέθηκε: %% (στόχος)" msgstr "Ο %s:%s στόχος αναφοράς δεν βρέθηκε: %%(target)s"
#: sphinx/transforms/post_transforms/__init__.py:174 #: sphinx/transforms/post_transforms/__init__.py:174
#, python-format #, python-format
msgid "%r reference target not found: %%(target)s" msgid "%r reference target not found: %%(target)s"
msgstr "ο στόχος αναφοράς %r δεν βρέθηκε: %%(στόχος)" msgstr "ο στόχος αναφοράς %r δεν βρέθηκε: %%(target)s"
#: sphinx/transforms/post_transforms/images.py:86 #: sphinx/transforms/post_transforms/images.py:86
#, python-format #, python-format

View File

@ -3305,7 +3305,7 @@ msgstr "%s:%s reference target nije pronađen: %%(target)s"
#: sphinx/transforms/post_transforms/__init__.py:174 #: sphinx/transforms/post_transforms/__init__.py:174
#, python-format #, python-format
msgid "%r reference target not found: %%(target)s" 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 #: sphinx/transforms/post_transforms/images.py:86
#, python-format #, python-format