在安装期间,我希望 Joomla 从语言文件中获取组件名称。实际上我试图以这种方式做到这一点。
<extension type="component" version="2.5.0" method="upgrade">
<name>COM_MYGREATCOMPONENT_NAME</name>
...
在语言文件中我有这个:
COM_MYGREATCOMPONENT_NAME=Name of my great Component
在安装期间,我希望 Joomla 从语言文件中获取组件名称。实际上我试图以这种方式做到这一点。
<extension type="component" version="2.5.0" method="upgrade">
<name>COM_MYGREATCOMPONENT_NAME</name>
...
在语言文件中我有这个:
COM_MYGREATCOMPONENT_NAME=Name of my great Component