ok,
i am trying to do my own add-on phrases xml file for my own plug-in and i have a question about the language XML file
look at this
Code:
<phrase name="sort" date="0" username="" version=""><![CDATA[Sort]]></phrase>
this is one phrase of the official vbulletin-language.xml
is it ok if i want to add my own custom phrases to add it this way ?
Code:
<phrase name="resize_start"><![CDATA[Start conversion]]></phrase>
<phrase name="resize_check"><![CDATA[Show image]]></phrase>
as you see there is no data nor username nor version information there.
is it legal to write custom phrases without them ?
thank you for your time