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.
1 parent f6ebf85 commit 3931c5dCopy full SHA for 3931c5d
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