Sending the user translations to the view. Adding extra translation

parent ffac0bad
......@@ -13,6 +13,8 @@ class TranslationsViewComposer
'core' => array_dot(trans('core::core')),
'media' => array_dot(trans('media::media')),
'folders' => array_dot(trans('media::folders')),
'roles' => array_dot(trans('user::roles')),
'users' => array_dot(trans('user::users')),
]);
$view->with(compact('staticTranslations'));
......
......@@ -16,6 +16,7 @@ return [
],
'table' => [
'name' => 'Name',
'slug' => 'Slug',
],
'tabs' => [
'data' => 'Data',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment