File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11< div class ="relations ">
2- < h3 > Related Topics</ h3 >
2+ < h3 > {{ _(' Related Topics') }} </ h3 >
33< ul >
4- < li > < a href ="{{ pathto(master_doc) }} "> Documentation overview</ a > < ul >
4+ < li > < a href ="{{ pathto(master_doc) }} "> {{ _(' Documentation overview') }} </ a > < ul >
55 {%- for parent in parents %}
66 < li > < a href ="{{ parent.link|e }} "> {{ parent.title }}</ a > < ul >
77 {%- endfor %}
88 {%- if prev %}
9- < li > Previous: < a href ="{{ prev.link|e }} " title ="{{ _('previous chapter')
9+ < li > {{ _(' Previous') }} : < a href ="{{ prev.link|e }} " title ="{{ _('previous chapter')
1010 }} "> {{ prev.title }}</ a > </ li >
1111 {%- endif %}
1212 {%- if next %}
13- < li > Next: < a href ="{{ next.link|e }} " title ="{{ _('next chapter')
13+ < li > {{ _(' Next') }} : < a href ="{{ next.link|e }} " title ="{{ _('next chapter')
1414 }} "> {{ next.title }}</ a > </ li >
1515 {%- endif %}
1616 {%- for parent in parents %}
You can’t perform that action at this time.
0 commit comments