summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-03-02 22:19:20 +0900
committerGitHub <noreply@github.com>2021-03-02 22:19:20 +0900
commit99d97c65d50e34f67a090c9e9ed9df8f9d9941a7 (patch)
tree15029aa3fa73560d54fbba72f3fc5d895ea0491e
parent97de316a0218096b0ed26f43262d5e8cd0473ac9 (diff)
parent001c6f8a1cc882dfc1c1c041b068543bc788eaa8 (diff)
downloadsphinx-git-99d97c65d50e34f67a090c9e9ed9df8f9d9941a7.tar.gz
Merge pull request #8943 from askhl/3.5.x-fix-spanish-template
Spanish translation: fix bad substitution templates
-rw-r--r--sphinx/locale/es/LC_MESSAGES/sphinx.mobin77490 -> 81233 bytes
-rw-r--r--sphinx/locale/es/LC_MESSAGES/sphinx.po4
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo
index bd4be1841..fce55c7e0 100644
--- a/sphinx/locale/es/LC_MESSAGES/sphinx.mo
+++ b/sphinx/locale/es/LC_MESSAGES/sphinx.mo
Binary files differ
diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.po b/sphinx/locale/es/LC_MESSAGES/sphinx.po
index a01ae6c80..65ea746fe 100644
--- a/sphinx/locale/es/LC_MESSAGES/sphinx.po
+++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po
@@ -3306,12 +3306,12 @@ msgstr "más de un objetivo destino encontrado para 'cualquier' referencia cruza
#: sphinx/transforms/post_transforms/__init__.py:171
#, python-format
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
#, python-format
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
#, python-format