Merge pull request #8943 from askhl/3.5.x-fix-spanish-template

Spanish translation: fix bad substitution templates
This commit is contained in:
Takeshi KOMIYA 2021-03-02 22:19:20 +09:00 committed by GitHub
commit 99d97c65d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3306,12 +3306,12 @@ msgstr "más de un objetivo destino encontrado para 'cualquier' referencia cruza
#: 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 destino de referencia no encontrada: %% (destino)s" msgstr "%s:%s destino de referencia no encontrada: %%(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 destino de referencia no encontrada: %% (destino)s" msgstr "%r destino de referencia no encontrada: %%(target)s"
#: sphinx/transforms/post_transforms/images.py:86 #: sphinx/transforms/post_transforms/images.py:86
#, python-format #, python-format