在 magento 后端翻译自定义模块管理面板
问候!
我正在尝试为客户创建一个可以翻译成多种语言的模块。我已经创建了 CSV 文件来翻译前端,但我找不到在后端配置页面中翻译选项的方法。我认为它与我的 system.xml 文件有关,但我找不到解决方案。任何人有任何想法,将不胜感激!
提前致谢
Greetings!
I am trying to create a module for a client that can be translated into many languages. I have created CSV files to translate the frontend, but I cannot find a way to translate my options in the configuration page of the backend. I assume it has something to do with my system.xml file but I cannot find a solution. Anyone have any ideas, it would be greatly appreciated!
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所需要做的就是在自定义模块配置文件 (config.xml) 中写入:
并将 Custom_Module.csv 放入 app/locale/lang_code/ 文件夹中。
All that you need is to write in your custom module configuration file (config.xml):
And locate your Custom_Module.csv into app/locale/lang_code/ folder.