aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php
index 9473a79e8..4f06f03ff 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -135,7 +135,9 @@
$s .= '</tr>';
$languages[$progress . '-' . $l] = $s;
}
+ $en_language = array_shift($languages); // shift English for proper sorting
krsort($languages, SORT_NUMERIC);
+ array_unshift($languages, $en_language); // unshift English back
$s = implode($languages);
$thfiles = '<th>' . implode('</th><th>', $enFiles) . '</th>';