Skip to content
Snippets Groups Projects
Commit 1630f5d8 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: More predicatable sort for language selection

parent 8a1be074
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ class Internationalization {
);
}
}
usort($installed, function($a, $b) { return strcasecmp($a['code'], $b['code']); });
return $installed;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment