Skip to content

Commit f80167d

Browse files
authored
Update ExtractCommand.php (#435)
If translating collaboratively translation results sort differs from each developer that runs the command.
1 parent 44fb606 commit f80167d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Command/ExtractCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
139139
private function getConfiguredFinder(Configuration $config): Finder
140140
{
141141
$finder = new Finder();
142+
$finder->sortByName();
142143
$finder->in($config->getDirs());
143144

144145
foreach ($config->getExcludedDirs() as $exclude) {

0 commit comments

Comments
 (0)