language fix

This commit is contained in:
Čarodej
2022-04-27 10:50:49 +02:00
parent 95629ad57d
commit 7f08af4643

View File

@@ -17,7 +17,7 @@ class SeedDefaultLanguageTranslationsAction
$translations = $translations
->map(fn ($value, $key) => [
'lang' => $locale,
'value' => '___',
'value' => $value,
'key' => $key,
])->toArray();