mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
i18n: Fix wrong substitution message catalog for el and hr (refs: #8943)
This commit is contained in:
parent
99d97c65d5
commit
bae8fb6909
2
CHANGES
2
CHANGES
@ -16,6 +16,8 @@ Features added
|
|||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
* #8943: i18n: Crashed by broken translation messages in ES, EL and HR
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user