Joomla、Joomfish 语言翻译整个页面而不仅仅是内容!
当我单击标志来更改语言时,页面的内容正在更改,但页面中列出的其他模块没有更改。示例 如果我在我的个人资料页面中,那么所有内容都应该使用该语言!我怎样才能做到这样???
When i click the flag to change the language , the content of the page is changing but not the other modules listed in the page. Example If i'm in my profile page then everything should be in that language! How i can make like that???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看您的 JOOMLA INSTALL/language/en-GB 文件夹。您将看到使用语言文件的每个组件、模块、插件和模板的一堆语言文件。您需要为网站上支持的每种语言制作相应的文件。
Look in your JOOMLA INSTALL/language/en-GB folder. You will see a bunch of language files for every component, module, plugin, and template that uses a language file. You will need to make a corresponding file for each language you support on your website.
语言 INI 生成器扩展可能会对您的任务有所帮助。它将扫描给定组件中的所有可翻译文本,并创建一个 ini 文件供您编辑。请小心,因为它有点错误(例如,如果我没记错的话,它只能识别用单引号引起来的可翻译文本......)。话虽如此,它至少应该是一个好的起点。
Language INI maker extension might be helpful in your quest. It will scan a given component for all translatable text and create an ini file for you to edit. Be careful, as it is a bit buggy (for example, if I remember correctly, it only recognizes the translatable text if it is enclosed in single quotes...). Having said that, it should at least make a good starting point.