mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove incorrectly formatted translation
Running compiletranslations on this .po file causes an error of `number of format specifications in 'msgid' and 'msgstr' does not match` due to the missing `%r` reference in the translation. This removes the translation because I don't know the language to fix it.
This commit is contained in:
parent
fb8e258012
commit
501a24a7e9
@ -1295,7 +1295,7 @@ msgstr "目录"
|
||||
#: sphinx/transforms/post_transforms/__init__.py:139
|
||||
#, python-format
|
||||
msgid "more than one target found for 'any' cross-reference %r: could be %s"
|
||||
msgstr "'any' 交叉引用的目标不唯一:可能是 %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/transforms/post_transforms/__init__.py:169
|
||||
#, python-format
|
||||
|
Loading…
Reference in New Issue
Block a user