Convert localizable.strings to spreadsheet?

前端 未结 3 1370
终归单人心
终归单人心 2021-01-12 01:40

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.

3条回答
  •  走了就别回头了
    2021-01-12 01:53

    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.

提交回复
热议问题