https://github.com/caffeinalab/ti18nxmlcsv
Titanium Alloy XML file languages converter to/from CSV.
https://github.com/caffeinalab/ti18nxmlcsv
Last synced: 6 months ago
JSON representation
Titanium Alloy XML file languages converter to/from CSV.
- Host: GitHub
- URL: https://github.com/caffeinalab/ti18nxmlcsv
- Owner: caffeinalab
- Created: 2014-12-18T11:33:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T16:09:18.000Z (almost 11 years ago)
- Last Synced: 2025-04-05T01:04:16.982Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ti18nXMLCSV
Titanium Alloy XML file languages converter to and from CSV.
**For people that, I don't know why, likes Excel**.
[](https://gitter.im/CaffeinaLab/Ti18nXmlCsv?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Installation
[](https://npmjs.org/package/ti18nxmlcsv)
```
[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:
1. [Star](https://github.com/CaffeinaLab/Ti18nXMLCSV/stargazers) the project!
2. Answer questions that come through [GitHub issues](https://github.com/CaffeinaLab/Ti18nXMLCSV/issues?state=open)
3. [Report a bug](https://github.com/CaffeinaLab/Ti18nXMLCSV/issues/new) 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](http://caffeina.co) srl under the [MIT license](LICENSE.md).