Laravel-Lang / lang

List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

Home Page:https://laravel-lang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

支持找到__('')方法中的字符,并转成语言包吗?

neatstudio opened this issue · comments

如题。比如有一些代码是先写的,类似于mock一样,在写的时候并没有相应的语言包设置。
比如就写了不少的$name = __('name');或者 $ame = __('admin.name');
能否根据这个生成相应的 language文件?
比如默认的,就加到zh-CN.json中。有前缀的创建相应的文件,并写进去?

Hello,
sorry, but can you translate in english ?

sorry ,i want send issue to project : overtrue/lang ...
it's my fault.

@neatstudio,

This is implemented by json localization files.

As far as I know, a package from overtrue is not able to work with them. But you can use another translation manager who knows how to do this.