Adding folders translations

parent 500ae13a
......@@ -12,6 +12,7 @@ class TranslationsViewComposer
'page' => array_dot(trans('page::pages')),
'core' => array_dot(trans('core::core')),
'media' => array_dot(trans('media::media')),
'folders' => array_dot(trans('media::folders')),
]);
$view->with(compact('staticTranslations'));
......
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