Hello其他程序员。
我在Joomla 2.5.6中为客户开发组件。 我通过查看一些其他组件清单文件(以及Joomlas自己的文档)构建了我的清单XML文件。
我遇到的问题是,在查看管理菜单时,链接文本无法翻译,而是会变成" com-mycomponent"。 所以这看起来像语言文件的问题。但是这里出现了奇怪的部分,当我点击链接时它打开页面就好了,但当我查看菜单时,它现在显示翻译的菜单项文本。
所以我的猜测是,当该组件正在使用时,Joomla只加载语言文件,这是有意义的。
但是如何在不使用该组件时让Joomla翻译菜单项。
继承我的 mycomponent.xml
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="2.5.0" method="upgrade">
<name>My Component</name>
<!-- The following elements are optional and free of formatting constraints -->
<creationDate>April 2016</creationDate>
<author>My name</author>
<authorEmail>My email</authorEmail>
<authorUrl>http://www.mywebsite.com</authorUrl>
<copyright>Copyright My company</copyright>
<license>N/A</license>
<!-- The version string is recorded in the components table -->
<version>1.0.0</version>
<!-- The description is optional and defaults to the name -->
<description>Description of the Hello World component ...</description>
<media destination="com_mycomponent" folder="media">
<folder>icons</folder>
</media>
<administration>
<!-- Administration Menu Section -->
<menu link="option=com_mycomponent" img="../media/com_mycomponent/icons/dollar-iconx16.png" view="queue">COM_MYCOMPONENT</menu>
<!-- Administration Main File Copy Section -->
<!-- Note the folder attribute: This attribute describes the folder
to copy FROM in the package to install therefore files copied
in this section are copied from /admin/ in the package -->
<files folder="admin">
<!-- Admin Main File Copy Section -->
<filename>com_mycomponent.php</filename>
<filename>controller.php</filename>
<folder>controllers</folder>
<folder>views</folder>
<folder>language</folder>
</files>
<languages folder="admin">
<language tag="en-GB">language/en-GB/en-GB.com_mycomponent.ini</language>
<language tag="da-DK">language/da-DK/da-DK.com_mycomponent.ini</language>
</languages>
</administration>
</extension>
答案 0 :(得分:1)
查看this page,其中详细说明了如何使用语言文件,对于管理员的菜单,您需要.sys.ini语言文件:
的Joomla! extension&#39; s还必须指定一个使用的sys.ini文件
一个。在扩展的安装过程中,允许本地化 安装后消息, 的湾构建管理员组件 菜单,c。本地化组件参数和菜单参数d。和 在Extension Manager中 - &gt;管理。
对于joomla相关问题,您可以使用joomla.stackexchange.com