Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 imported by a spreadsheet program such as OpenOffice? Thanks.

like image 403
DenverCoder9 Avatar asked Jun 25 '10 11:06

DenverCoder9


3 Answers

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.

like image 120
Claus Broch Avatar answered Oct 10 '22 07:10

Claus Broch


A bit outdated answer, but this online tool, does the job better and faster:

http://localise.biz/free/converter/ios-to-android

like image 20
Lefteris Avatar answered Oct 10 '22 09:10

Lefteris


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.

like image 39
livingtech Avatar answered Oct 10 '22 09:10

livingtech