@ifox 1. For example title here. I can not use trans() inside config
```
'settings' => [
'title' => 'Settings',
'route' => 'twill.settings',
'params' => ['section' => 'contact'],
'primary_navigation' => [
'general' => [
'title' => 'Contact',
'route' => 'admin.settings',
'params' => ['section' => 'contact']
],
'seo' => [
'title' => 'SEO',
'route' => 'admin.settings',
'params' => ['section' => 'seo']
],
]
],