Page 1 of 1

how to generate xml install file and lang files for module

Posted: Tue May 21, 2013 10:30 pm
by andriesinfoserv
i've uploaded a tarball of a little module i pieced together but i'm not sure how module devs are generating their modules' lang files and the xml file that is usually included with the tarball for users to use to install the module in cmsms admin. i guess i'm using the wrong terminology in my searches as I haven't found any info.

thanks in advance.

Re: how to generate xml install file and lang files for modu

Posted: Tue May 21, 2013 11:57 pm
by calguy1000
1. You need to add your center to the translation center
talk to reneh our translation center manager

2. Add the appropriate svn externals so that when you 'svn update' translations are pulled.

Here's a reference for the first two points:
http://forum.cmsmadesimple.org/viewtopi ... ter#p14474

3. to generate the .xml file you go to Extensions >> Modules and click the 'XML' icon on each row.

Re: how to generate xml install file and lang files for modu

Posted: Wed May 22, 2013 12:08 am
by andriesinfoserv
thanks a lot. i'll take a look.