Skip to content

Commit d5f2801

Browse files
committed
fix translation transformation
1 parent d6f8224 commit d5f2801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function translateTranslations(
297297
}
298298

299299
return $this->transformTranslations(
300-
$source,
300+
$target,
301301
$namespace,
302302
function (PhpTranslations|JsonTranslations $translations) use ($source, $target, $namespace, $keys, $service) {
303303

0 commit comments

Comments
 (0)