mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge pull request #806 from readthedocs/agj/more-localization
Add more localized strings
This commit is contained in:
commit
78287f0634
@ -116,7 +116,7 @@
|
|||||||
{% if logo and theme_logo_only %}
|
{% if logo and theme_logo_only %}
|
||||||
<a href="{{ pathto(master_doc) }}">
|
<a href="{{ pathto(master_doc) }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
|
<a href="{{ pathto(master_doc) }}" class="icon icon-home" alt="{{ _("Documentation Home") }}"> {{ project }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if logo %}
|
{% if logo %}
|
||||||
|
Loading…
Reference in New Issue
Block a user