mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
* node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node) * Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist. * For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases. * For the above reasons, I overwrite all attributes from origonal node to new translated xref node.
26 lines
675 B
Plaintext
26 lines
675 B
Plaintext
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: issue1363 1363\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2014-03-16 19:34+0900\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: ..\..\index.rst:4
|
|
msgid "i18n with python domain refs"
|
|
msgstr "I18N WITH PYTHON DOMAIN REFS"
|
|
|
|
#: ..\..\index.rst:8
|
|
msgid "See this decorator: :func:`sensitive_variables`."
|
|
msgstr "SEE THIS DECORATOR: :func:`sensitive_variables`."
|
|
|
|
#: ..\..\index.rst:12
|
|
msgid "Some description"
|
|
msgstr "SOME DESCRIPTION"
|
|
|