ti18nxmlcsv
v1.0.0
Published
Titanium Alloy XML file languages converter to/from CSV (For people that like... Excel)
Downloads
4
Readme
Ti18nXMLCSV
Titanium Alloy XML file languages converter to and from CSV.
For people that, I don't know why, likes Excel.
Installation
[sudo] npm install -g ti18nxmlcsv
Convert XML files to a CSV
ti18nxmlcsv xmltocsv my_file.csv
The output file will be in i18n/my_file.csv
Convert CSV file to XML files
ti18nxmlcsv csvtoxml edited_csv_file.csv
The strings.xml files will be overwritten, so be careful.
Have Fun
Contributing
How to get involved:
- Star the project!
- Answer questions that come through GitHub issues
- Report a bug that you find
Pull requests are highly appreciated.
Solve a problem. Features are great, but even better is cleaning-up and fixing issues in the code that you discover.
Copyright and license
Copyright 2014 Caffeina srl under the MIT license.