Skip to content

This php class will extract label/description/value of xml elements from an xml file, Generate and replace those values with automatically generated key and also create a .ini file. Created for automating translation file generation for Joomla

License

Notifications You must be signed in to change notification settings

AfzalH/XML-to-INI-Language-Extractor-Joomla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML-to-INI-Language-Extractor-Joomla

This php class will extract label/description/value of xml elements from an xml file, Generate and replace those values with automatically generated key and also create a .ini file. Created for automating translation file generation for Joomla

How to use

  1. Copy your xml file (with static text) into the folder where convert.php is located
  2. open convert.php file to edit the following line
    $conv = new JoomlaXMLtoINI('mod_jusertube.xml','MOD_JUSERTUBE_');
  3. change the parameters to match your filename (first one) and prefix (second one)
  4. run the script (convert.php)

About

This php class will extract label/description/value of xml elements from an xml file, Generate and replace those values with automatically generated key and also create a .ini file. Created for automating translation file generation for Joomla

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages