diff options
| author | Takayuki Shimizukawa <shimizukawa+bitbucket@gmail.com> | 2013-07-01 13:37:34 +0900 |
|---|---|---|
| committer | Takayuki Shimizukawa <shimizukawa+bitbucket@gmail.com> | 2013-07-01 13:37:34 +0900 |
| commit | 369e8a78bb52a6a142146fd77709dc9f4d78c12f (patch) | |
| tree | c02fccc46f59b5e82b514a718024a73c5867df7e /tests/roots | |
| parent | 4103ddb016532e9bc492ac75978593165378d375 (diff) | |
| parent | 7c9b9987be5918ebd5e797db2114f19f0715f839 (diff) | |
| download | sphinx-369e8a78bb52a6a142146fd77709dc9f4d78c12f.tar.gz | |
Merged in rolmei/sphinx-epub (pull request #148)
new predefined tags; epub fixes.
Diffstat (limited to 'tests/roots')
| -rw-r--r-- | tests/roots/test-intl/footnote.po | 7 | ||||
| -rw-r--r-- | tests/roots/test-intl/footnote.txt | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/tests/roots/test-intl/footnote.po b/tests/roots/test-intl/footnote.po index 47f8d3db..b3876f51 100644 --- a/tests/roots/test-intl/footnote.po +++ b/tests/roots/test-intl/footnote.po @@ -19,8 +19,8 @@ msgstr "" msgid "i18n with Footnote" msgstr "I18N WITH FOOTNOTE" -msgid "[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_" -msgstr "`I18N WITH FOOTNOTE`_ INCLUDE THIS CONTENTS [ref]_ [#]_ [100]_" +msgid "[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_ [#named]_." +msgstr "`I18N WITH FOOTNOTE`_ INCLUDE THIS CONTENTS [#named]_ [ref]_ [#]_ [100]_." msgid "This is a auto numbered footnote." msgstr "THIS IS A AUTO NUMBERED FOOTNOTE." @@ -31,3 +31,6 @@ msgstr "THIS IS A NAMED FOOTNOTE." msgid "This is a numbered footnote." msgstr "THIS IS A NUMBERED FOOTNOTE." +msgid "This is a auto numbered named footnote." +msgstr "THIS IS A AUTO NUMBERED NAMED FOOTNOTE." + diff --git a/tests/roots/test-intl/footnote.txt b/tests/roots/test-intl/footnote.txt index 3ef76bba..55da9c6d 100644 --- a/tests/roots/test-intl/footnote.txt +++ b/tests/roots/test-intl/footnote.txt @@ -4,8 +4,9 @@ i18n with Footnote ================== .. #955 cant-build-html-with-footnotes-when-using -[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_ +[100]_ Contents [#]_ for `i18n with Footnote`_ [ref]_ [#named]_. .. [#] This is a auto numbered footnote. .. [ref] This is a named footnote. .. [100] This is a numbered footnote. +.. [#named] This is a auto numbered named footnote. |
