我在AsgardCMS的文档中搜索但是我无法将dutch添加到我的语言/语言环境中。经过一些研究,我发现Asgard使用了mcamara / laravel-localization包,但是当我将dutch添加到laravellocalization.php文件时,它仍无效。
'supportedLocales' => [
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English'],
'nl' => ['name' => 'Dutch', 'script' => 'Latn', 'native' => 'Nederlands'],
],
每当我尝试导航到/ nl时,它会将我重定向到/ en / nl,这会显示无法加载页面的错误。
我是否应该执行工匠命令才能使更改生效?
答案 0 :(得分:0)
显然将语言环境添加到数据库修复了问题。
在setting__settings
中,将plainValue
更改为{2}的记录的["en","nl"]
{core :: locales>