mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Fix "to top" string not being exported in .pot files
This commit is contained in:
parent
a106201ad3
commit
acb0302403
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
@ -209,7 +209,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="to-top" onclick="scrollToTop()"{%- if READTHEDOCS %} class="is-rtd"{%- endif %} hidden>
|
<div id="to-top" onclick="scrollToTop()"{%- if READTHEDOCS %} class="is-rtd"{%- endif %} hidden>
|
||||||
<span><span class="material-icons">arrow_upward</span>to top</span>
|
<span><span class="material-icons">arrow_upward</span>{{ _('to top') }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user