8000 i18n: Translate text in HTML (#397) · pydata/pydata-sphinx-theme@312c76e · GitHub
[go: up one dir, main page]

Skip to content

Commit 312c76e

Browse files
authored
i18n: Translate text in HTML (#397)
1 parent 2fce705 commit 312c76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydata_sphinx_theme/_templates/page-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{%- if page_toc | length >= 1 %}
44
<div class="tocsection onthispage pt-5 pb-3">
5-
<i class="fas fa-list"></i> On this page
5+
<i class="fas fa-list"></i> {{ _("On this page") }}
66
</div>
77
{%- endif %}
88

0 commit comments

Comments
 (0)
0