PHRAS-2954 Add translation

This commit is contained in:
Harrys Ravalomanana
2020-02-27 18:03:14 +04:00
parent ce2fee87ea
commit 2bb7074b1d
9 changed files with 202 additions and 202 deletions

View File

@@ -733,7 +733,7 @@
</div>
</div>
<div class="box">
<h1>{{ 'Language' | trans }} : {{ app['locale'] }}</h1>
<h1>{{ 'Language selection' | trans }}</h1>
<label class="inline" for="language">
<select onchange="window.location = $(this).val();" id="language">
{% for code, language in app.getAvailableLanguages() %}