Send in the core translations too

parent e59fecc8
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box box-primary"> <div class="box box-primary">
<div class="box-body"> <div class="box-body">
<page-table :translations="{{ json_encode(['page' => trans('page::pages')]) }}"></page-table> <page-table :translations="{{ json_encode(['page' => trans('page::pages'), 'core' => trans('core::core')]) }}"></page-table>
</div> </div>
</div> </div>
</div> </div>
......
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