diff options
| author | Leonardo Caballero <leonardocaballero@gmail.com> | 2013-03-04 10:35:30 -0530 |
|---|---|---|
| committer | Leonardo Caballero <leonardocaballero@gmail.com> | 2013-03-04 10:35:30 -0530 |
| commit | f0705fbc4ad0268853fbc4a2a890a4b589dbdb5a (patch) | |
| tree | a8830c8b249a71171289a1d725e6188f089c8285 /sphinx/themes/haiku | |
| parent | d61c077fbcacedf0e2ec0940f28a4808cd8d6d02 (diff) | |
| download | sphinx-f0705fbc4ad0268853fbc4a2a890a4b589dbdb5a.tar.gz | |
Added improvements about i18n for themes "basic", "haiku" and "scrolls" that Sphinx built-in. Closes #1120
Diffstat (limited to 'sphinx/themes/haiku')
| -rw-r--r-- | sphinx/themes/haiku/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/haiku/layout.html b/sphinx/themes/haiku/layout.html index edbda50b..337d0ca2 100644 --- a/sphinx/themes/haiku/layout.html +++ b/sphinx/themes/haiku/layout.html @@ -56,7 +56,7 @@ <div class="content"> {#{%- if display_toc %} <div id="toc"> - <h3>Table Of Contents</h3> + <h3>{{ _('Table Of Contents') }}</h3> {{ toc }} </div> {%- endif %}#} |
