Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions sphinx/locale/el/LC_MESSAGES/sphinx.po
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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