File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="relations ">
2
- < h3 > Related Topics</ h3 >
2
+ < h3 > {{ _(' Related Topics') }} </ h3 >
3
3
< ul >
4
- < li > < a href ="{{ pathto(master_doc) }} "> Documentation overview</ a > < ul >
4
+ < li > < a href ="{{ pathto(master_doc) }} "> {{ _(' Documentation overview') }} </ a > < ul >
5
5
{%- for parent in parents %}
6
6
< li > < a href ="{{ parent.link|e }} "> {{ parent.title }}</ a > < ul >
7
7
{%- endfor %}
8
8
{%- if prev %}
9
- < li > Previous: < a href ="{{ prev.link|e }} " title ="{{ _('previous chapter')
9
+ < li > {{ _(' Previous') }} : < a href ="{{ prev.link|e }} " title ="{{ _('previous chapter')
10
10
}} "> {{ prev.title }}</ a > </ li >
11
11
{%- endif %}
12
12
{%- if next %}
13
- < li > Next: < a href ="{{ next.link|e }} " title ="{{ _('next chapter')
13
+ < li > {{ _(' Next') }} : < a href ="{{ next.link|e }} " title ="{{ _('next chapter')
14
14
}} "> {{ next.title }}</ a > </ li >
15
15
{%- endif %}
16
16
{%- for parent in parents %}
You can’t perform that action at this time.
0 commit comments