mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2954 Add translation
This commit is contained in:
@@ -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() %}
|
||||
|
Reference in New Issue
Block a user