Fer*_*art 7 php localization laravel laravel-5
我想"多本地化"我的Laravel项目.
我创建了这样的目录结构:
lang
- en
- front
- contact.php
-footer.php
Run Code Online (Sandbox Code Playgroud)
我像这样建立了我的页脚:
{{ link_to('/', trans('footer.frontpage'))}}
Run Code Online (Sandbox Code Playgroud)
它工作得很好,但是当我想要本地化其他刀片页面时,例如这样的contact us页面:
@lang('front.contact.name')
Run Code Online (Sandbox Code Playgroud)
或这个:
{{ __('front.contact.name') }}
Run Code Online (Sandbox Code Playgroud)
或这个:
{{ trans('front.contact.name') }}
Run Code Online (Sandbox Code Playgroud)
我只回到了页面上:
front.contact.name
有什么问题?
Mah*_*bub 26
只需/用作目录分隔符.
{{ trans('front/contact.name') }}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3800 次 |
| 最近记录: |