netbe / Babelish

Chaotically confused, like Babel

Home Page:http://netbe.github.io/Babelish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments support on android

borut-t opened this issue · comments

Is there a way to integrate comments into generated files on android like it already works on iOS ?

Thanks!

Support for Android could be added, I don't know how comments are formatted in Android xml files, but if you know it, one starting point to implement it (CSV to android) would be get_row_format https://github.com/netbe/Babelish/blob/master/lib/babelish/csv2android.rb#L27-L29

For the other way around, it would be to modify https://github.com/netbe/Babelish/blob/master/lib/babelish/android2csv.rb the same way https://github.com/netbe/Babelish/blob/master/lib/babelish/strings2csv.rb does it.

I've just made a pull request #84.