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

Merge branch 'feature/i18n-initial-data' into develop-next

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