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 626cad0 commit 0e64944Copy full SHA for 0e64944
system/Commands/Translation/LocalizationFinder.php
@@ -88,6 +88,8 @@ public function run(array $params)
88
}
89
90
$iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($currentDir));
91
+ $files = iterator_to_array($iterator, true);
92
+ ksort($files);
93
$this->writeIsVerbose('Current locale: ' . $currentLocale);
94
$this->writeIsVerbose('Find phrases in ' . $currentDir . ' folder...');
95
0 commit comments