Convert localizable.strings to spreadsheet?

筅森魡賤 提交于 2019-12-19 05:47:15

问题


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.


回答1:


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.




回答2:


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

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




回答3:


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.



来源:https://stackoverflow.com/questions/3117761/convert-localizable-strings-to-spreadsheet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!