Convert localizable.strings to spreadsheet?
Is there a standard way to convert the localizable.strings file to csv format, or something else than can be i开发者_StackOverflow中文版mported by a spreadsheet program such as OpenOffice? Thanks.
A bit outdated answer, but this online tool, does the job better and faster:
http://localise.biz/free/converter/ios-to-android
You can just import in your spreadsheet program and use the "=" character as delimiter between the two columns. Just make sure that your spreadsheet program preserves UTF-8 or UTF-16 characters when importing and exporting.
I just spent the last few hours installing and playing with Babelish, a ruby script to do this. I'm still looking around a bit, because I really wish it preserved the comments in my .strings file, but I thought I'd comment here anyway.
精彩评论