为什么Fomng 1.4.0的J!MailAlert 2.5.1警报所做的翻译没有显示在Joomla 3.3.3的前端

时间:2014-09-19 09:26:36

标签: joomla

我为Falang创建了一个翻译插件,以便能够翻译J!MailAlert警报:

<?xml version="1.0" ?>
<falang type="contentelement">
    <name>J!MailAlerts: Alerts</name>
    <author>Zeusarm</author>
    <copyright>www.somesite.com</copyright>
    <version>1.0.0</version>
    <description>Translation - J!MailAlerts Alerts</description>
    <reference>
        <table name="jma_alerts">
            <field type="referenceid" name="id" translate="0">ID</field>
            <field type="titletext" name="title" translate="1">Title</field>
            <field type="htmltext" name="description" translate="1">Description</field>
            <field type="htmltext" name="template" translate="1">Template</field>
        </table>
    </reference>
    <component>
        <form>com_jmailalerts#jma_alerts#cid#task#!edit</form>
    </component>
    <translationfilters>
        <keyword>title</keyword>
        <published>published</published>
        <changed>created|modified</changed>
        <id>id</id>
    </translationfilters>
</falang>

安装后我可以在后端翻译它们:

enter image description here

但在前端我仍然看到默认语言:

enter image description here

请建议可能出现的问题。

0 个答案:

没有答案