1.引用symfony/translation多语言组件。
2.插件结构:
src/
exception
facade
resource/
└── translations
├── en
│ └── messages.php
└── zh_CN
└── messages.php
helper.php
composer.json
插件需要使用到多语言,如果加载插件语言包?
希望支持一下。
参考手册 https://www.workerman.net/doc/webman/components/translation.html
谢谢,之前已阅读参考了指定语言文件,没有动态指定文件路径的方法,就拷贝到resource/translations/下