aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/admin/_translations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/_translations.html b/templates/web/base/admin/_translations.html
index d2e0ba322..d8f7d52fb 100644
--- a/templates/web/base/admin/_translations.html
+++ b/templates/web/base/admin/_translations.html
@@ -6,7 +6,7 @@
<th>[% loc('Language') %]</th>
<th>[% loc('Translation') %]</th>
</tr>
- [% FOREACH language IN languages.keys %]
+ [% FOREACH language IN languages.keys.sort %]
<tr>
<td>
<label for="translation_[% language %]">[% languages.$language.name %] ([% language %])</label>