An open API service indexing awesome lists of open source software.

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.

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**.

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/CaffeinaLab/Ti18nXmlCsv?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Installation

[![NPM](https://nodei.co/npm/ti18nxmlcsv.png)](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).