CatchZeng / Localizable.strings2Excel

Python command line tool for conversion between iOS strings files and excel files & between android strings.xml files and excl files. & strings files to android strings.xml files.
MIT License
587 stars 141 forks source link

导出的excel不对,生成.strings文件失败 #1

Closed Bluelich closed 7 years ago

Bluelich commented 7 years ago

导出的excel只有一列key值 excel生成 **.strings文件失败

因为我的excel里面包含了多语言,每个语言为一列,格式如下:

keyName en zh-Hans zh-Hant es
someKey ... ... ... ...

... ...

是否可以支持: 1.生成多语言的excel 2.从多语言的excel导出为**.strings文件

CatchZeng commented 7 years ago

谢谢你的反馈和建议,我会尽快增加此功能

CatchZeng commented 7 years ago

@Bluelich 已在V0.4.0增加了多语言的功能

Bluelich commented 7 years ago

@CatchZeng Thank you! I will test this case later!