LiewJunTung / Android-strings-xml-csv-converter

Convert Android translatable strings.xml into csv and back
MIT License
124 stars 32 forks source link

@@ in strings #4

Closed AAverin closed 9 years ago

AAverin commented 9 years ago

All ',' are replaced with '@@' during conversion to CSV, but never replaced back to ',' in the resulting CSV file.

LiewJunTung commented 9 years ago

It's fixed in the latest commit, 13b3faba9347a7f0993f7dad6e92910bcc534cb9. Made it so that it will support commas now convert XML to CSV and vice versa. The IntelliJ plugin update should be online in a few days.

You try with the main app while you waiting for the plugin to be online here Do tell me if there's anything wrong. Thanks for your interest and heads up! :+1: