mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
Language editor refactoring part 3 (backend + frontend)
This commit is contained in:
@@ -201,8 +201,6 @@ class AppFunctionsController extends Controller
|
||||
->languageStrings;
|
||||
});
|
||||
|
||||
return $translations->map(function ($string) {
|
||||
return [$string->key => $string->value];
|
||||
})->collapse();
|
||||
return map_language_translations($translations);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user