Android strings convertor is a tool to convert strings resources to csv and back, written in Ruby. It can be used to translating Android strings resources in Google Docs. Original inspiration for writing this tool was by this gist
- Create a CSV file from Android XML
- Import CSV to Google Docs
- Translate strings to other language
- Download CSV from Google Docs
- Create a translated XML file from CSV
- ???
- Profit!
1, Using nokogiri
gem install nokogiri
ruby conv.rb strings.xml language >> strings.csv
ruby conv.rb strings.csv language >> strings.xml
0.1b - Initial commit