Merge pull request #841 from mDuo13/tl_updates

Migrate to Dactyl v0.10 locale tools
This commit is contained in:
Rome Reginelli
2020-05-14 15:04:35 -07:00
committed by GitHub
14 changed files with 886 additions and 225 deletions

View File

@@ -23,6 +23,6 @@
{% if not have_edit_link %}
{% set githuburl = target.github_forkurl %}
{% endif %}
<a href="{{githuburl}}" target="_blank" class="github-edit">{{target.strings.github_edit}}</a>
<a href="{{githuburl}}" target="_blank" class="github-edit">{% trans %}Edit{% endtrans %}</a>
{% endif %}
</div><!-- /.github-edit -->