| Thursday 28 April 2005 4:34:27 am 
                                                                
                                                                 
Hi,I wonder how I can translate text in the Online Editor. For example:
 
{"Location"|i18n("ezdhtml","design/standard/ezdhtml")}
design/standard/ezdhtml is not to be found in any of the translation.ts files and I can't find a translation file anywhere in extensions/ezdhtml either. If I add: 
<context>
    <name>design/standard/ezdhtml</name>
    <message>
        <source>Location</source>
        <translation>Plats</translation>
    </message>
</context>
...to the translation.ts file, nothing happens. How is the translation supposed to be done in the Online Editor? I also want to know why the line says: 
{"Location"|i18n("ezdhtml","design/standard/ezdhtml")}
and not just like usual: 
{"Location"|i18n("design/standard/ezdhtml")}
what does ("ezdhtml", ... do? I hope someone can answer my questions. ------------------------------------Anja Lundin
 Developer, Novitell AB
 Sweden
 
 www.novitell.se
 |