[TWIG][I18N] Improve base template facilitate translations of the accessibility panel text

This commit is contained in:
Hugo Sales 2022-01-17 18:08:03 +00:00
parent c028a601a5
commit 4717dde12e
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 5 deletions

View File

@ -55,11 +55,7 @@
<section tabindex="0">
<p>{{ 'Here you can find fast shortcuts to various page regions!' | trans }}</p>
<br>
<p>
{{ 'Be mindful that a ' | trans }}<em><kbd>Tab</kbd></em>{{ ' followed by a ' | trans }}<em><kbd>Space</kbd></em>
{{ ' is needed in order to focus each panel. Other anchors do only require a ' | trans }} <em><kbd>Tab</kbd></em>
{{ ' however. ' | trans }}
</p>
<p>{% trans %}Be mindful that a <em><kbd>Tab</kbd></em> followed by a <em><kbd>Space</kbd></em> is needed in order to focus each panel. Other anchors do only require a <em><kbd>Tab</kbd></em> however.{% endtrans %}</p>
</section>
<section tabindex="0">