We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8db5505 + 3931c5d commit 41ddd6cCopy full SHA for 41ddd6c
Data/Util/LocaleScanner.php
@@ -42,7 +42,7 @@ class LocaleScanner
42
*/
43
public function scanLocales($sourceDir)
44
{
45
- $locales = glob($sourceDir.'/*.txt');
+ $locales = glob($sourceDir.'/*.txt', GLOB_NOSORT);
46
47
// Remove file extension and sort
48
array_walk($locales, function (&$locale) { $locale = basename($locale, '.txt'); });
0 commit comments