Skip to content

Commit

Permalink
i18n: Fix wrong substitution message catalog for el and hr (refs: #8943)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Mar 4, 2021
1 parent 99d97c6 commit bae8fb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -16,6 +16,8 @@ Features added
Bugs fixed
----------

* #8943: i18n: Crashed by broken translation messages in ES, EL and HR

Testing
--------

Expand Down
4 changes: 2 additions & 2 deletions sphinx/locale/el/LC_MESSAGES/sphinx.po
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sphinx/locale/hr/LC_MESSAGES/sphinx.po
Expand Up @@ -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
Expand Down

0 comments on commit bae8fb6

Please sign in to comment.