Localize 'view code' button

master
Tait Hoyem 1 year ago
parent 5f94a4f5bc
commit 2e1b275d2d

@ -11,7 +11,7 @@
{% block content %}{% endblock %}
</main>
<footer>
<a href="https://git.tait.tech/tait/ibihf">View Code</a>
<a href="https://git.tait.tech/tait/ibihf">{{ localize("view-code") }}</a>
<br/>
Version: {{ VERSION }}
{% for ll in lang_links %}

@ -1,3 +1,4 @@
view-code = view code
game-of-division = { $game } of the { $division }
unassisted = unassisted
not-applicable = N/A

@ -1,3 +1,4 @@
view-code = voir le code
game-of-division = { $game } de le { $division }
unassisted = non assisté
not-applicable = S/O

Loading…
Cancel
Save