Skip to content

Commit 8d399c9

Browse files
authored
Merge pull request #21 from pablo-gonzalez-helpwan/main
Fix locale logged when adding new locale
2 parents 81edbc9 + 191498e commit 8d399c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/AddLocaleCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function handle(): int
4848
$translations->map(fn () => null)
4949
);
5050

51-
info("{$source} added with {$count} keys.");
51+
info("{$locale} added with {$count} keys.");
5252

5353
if ($translate) {
5454
$translated = spin(function () use ($translator, $source, $locale, $translations) {

0 commit comments

Comments
 (0)