Skip to content

Commit a0f29bd

Browse files
committed
fix
1 parent dd023ac commit a0f29bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databox/api/src/Integration/Aws/Translate/TranslateAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function doHandle(RunContext $context): void
4646
$srcLocales = $preferredSourceLanguages;
4747
$srcLocales = array_merge($srcLocales, $lc, [AttributeInterface::NO_LOCALE]);
4848
} else {
49-
$srcLocales = array_merge([AttributeInterface::NO_LOCALE], $allEnabledLocales);
49+
$srcLocales = array_merge($allEnabledLocales, [AttributeInterface::NO_LOCALE]);
5050
}
5151

5252
if (empty($translatedLanguages)) {

0 commit comments

Comments
 (0)