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