gpt4 book ai didi

Laravel 翻译不起作用

转载 作者:行者123 更新时间:2023-12-04 21:35:09 24 4
gpt4 key购买 nike

我有法语和英语的语言。后备和标准是法语 (fr)。

我的文件夹结构:
enter image description here

这是 login.php 的内容(英文):

<?php
return [
'welcome' => 'Welcome',
'mail' => 'E-Mail address',
'password' => 'Password'
];

我正在使用 @lang() 引用 key 或 {{ trans('') }} .例子:
<label for="email" class="col-md-4 control-label">{{ trans('admin.login.mail') }}</label>

但是,这将返回为:
enter image description here

最佳答案

当您将语言文件放入子文件夹时,您需要使用斜杠指定它。所以,试试这个:

{{ trans('admin/login.mail') }}

关于Laravel 翻译不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40153529/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com