diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2013-06-21 03:28:32 +0000 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2013-06-21 03:28:32 +0000 |
| commit | 2a5619b21e130d74710c717340ca52ffc516e793 (patch) | |
| tree | 5bc330c0fa98ae7f5993d917d0f5efd1e9def431 /tests/roots | |
| parent | 3747fbde09a0f078f2f77f53f51c7a458a087549 (diff) | |
| download | sphinx-2a5619b21e130d74710c717340ca52ffc516e793.tar.gz | |
Fix i18n: footnote reference number missing for auto numbered named footnote and auto symbol footnote. Closes #1176
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. |
