Hello,
In what format exactly should we offer a translation file ?
I use XF's internal system to translate sentences.
For each phrase I modify the text in English for text in French. Should the title text also be changed ? (the value that must be unique).
After exporting the file in XML will it make a difference if this value is modified or not ?
This is how my XML file is formatted :
should it be rather like this to be a real translation file ?
thanks !
In what format exactly should we offer a translation file ?
I use XF's internal system to translate sentences.
For each phrase I modify the text in English for text in French. Should the title text also be changed ? (the value that must be unique).
After exporting the file in XML will it make a difference if this value is modified or not ?
This is how my XML file is formatted :
<phrase title="old" addon_id="XF" version_id="2000970" version_string="2.0.9"><![CDATA[Ancien]]></phrase>
should it be rather like this to be a real translation file ?
<phrase title="ancien" addon_id="XF" version_id="2000970" version_string="2.0.9"><![CDATA[Ancien]]></phrase>
thanks !