diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-03-02 22:19:20 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 22:19:20 +0900 |
commit | 99d97c65d50e34f67a090c9e9ed9df8f9d9941a7 (patch) | |
tree | 15029aa3fa73560d54fbba72f3fc5d895ea0491e | |
parent | 97de316a0218096b0ed26f43262d5e8cd0473ac9 (diff) | |
parent | 001c6f8a1cc882dfc1c1c041b068543bc788eaa8 (diff) | |
download | sphinx-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.mo | bin | 77490 -> 81233 bytes | |||
-rw-r--r-- | sphinx/locale/es/LC_MESSAGES/sphinx.po | 4 |
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 Binary files differindex bd4be1841..fce55c7e0 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.mo 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 |