http://127.0.0.1/COM/administrator/index.php?option=com_process_name
当我点击我新创建的组件表单组件菜单" com_process_name"应该从language.ini文件翻译,但joomla 3.1没有正确翻译该文件,如上所示。
我的com.process.sys_language.ini文件
COM_PROCESS_NAME="Hello World"
但是当我从扩展程序管理器 - >管理它时,它会显示其正确名称Hello World
我正在使用JOOMLA 3.1.5
我的清单文件
<extension type="component" version="3.1" method="upgrade">
<name>COM_PROCESS_NAME</name>
<author>Arslan Tahir</author>
<creationDate>25 DEC 2013</creationDate>
<copyright>GPL</copyright>
这就是我如何包含语言文件
<languages folder="components/com_process">
<language tag="en-GB">en-GB/en-GB.com_process.ini</language>
<language tag="en-GB">en-GB/en-GB.com_process.sys.ini</language>
</languages>
答案 0 :(得分:0)
URl用于查看您的组件,例如:
index.php?option=com_process_name
由无法翻译的组件名称com_process_name
生成。在Joomla的其他地方,它可以是