Update language related stuff.

This commit is contained in:
James Cole
2017-12-02 07:42:12 +01:00
parent c9f188e5a6
commit afd8896896
3 changed files with 11 additions and 15 deletions

View File

@@ -13,7 +13,6 @@ declare(strict_types=1);
return [
// general stuff:
'language_incomplete' => 'Incomplete translation',
'close' => 'Close',
'actions' => 'Actions',
'edit' => 'Edit',

View File

@@ -37,9 +37,6 @@
{% endif %}
/>
{{ lang.name_locale }} ({{ lang.name_english }})
{% if lang.complete == false %}
<span class="small text-danger">({{ 'language_incomplete'|_ }})</span>
{% endif %}
</label>
</div>
{% endfor %}