Android String XML-CSV Converter
Status
I have written a better library to handle conversion between CSV and XML and back using SQLite and OpenCSV.
It enables users to translate even more words and less prone to errors.
What does it do?
It will convert strings.xml, arrays.xml, plurals.xml
to CSV
and back!
Why?
You want to translate strings, arrays, plurals in strings.xml, arrays.xml, and plurals.xml into different
languages in csv so you can use as spreadsheet in Excel, Google Drive
Requirement
Java JRE 8
or
Jetbrains IDE
How to use it?
- Download the file
- Unzip or untar the file
- Open groovy-app/bin/groovy-app (groovy-app.bat if you are on Windows)
- From here, with the GUI onwards it's pretty self explanatory. Select Android folder for the value and the location of your saved csv.
OR
Download and install the IntelliJ or Android Studio Plugin from the jetbrains repository or here
TODO
- [x] Ability to convert arrays and plurals
- [x] IntelliJ and Android Studio plugin
- [x] Enable the application to run in Java version less than 8
- [x] Added support for commas
- [ ] Clean up the (very ugly) codes (in progress)
- [ ] Google Sheets Integration