mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
language fix
This commit is contained in:
@@ -17,7 +17,7 @@ class SeedDefaultLanguageTranslationsAction
|
|||||||
$translations = $translations
|
$translations = $translations
|
||||||
->map(fn ($value, $key) => [
|
->map(fn ($value, $key) => [
|
||||||
'lang' => $locale,
|
'lang' => $locale,
|
||||||
'value' => '___',
|
'value' => $value,
|
||||||
'key' => $key,
|
'key' => $key,
|
||||||
])->toArray();
|
])->toArray();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user