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

数组和复数的转换 #11

Open jarLiao opened 6 years ago

jarLiao commented 6 years ago

Hi, Catch,能否加入数组和复数的转换,Thanks!

CatchZeng commented 6 years ago

数组和复数?

jarLiao commented 6 years ago

yes,例如 string-array 标签的转换

CatchZeng commented 6 years ago

举几个例子吧,不然不好理解

iamjiangyong commented 5 years ago

就是string-array标签

KenChoi1992 commented 5 years ago

@CatchZeng

安卓 arrays.xml

...
<string-array name="array">
<item>中国</item>
<item>美国</item>
</string-array>
Goooler commented 9 months ago

https://github.com/CatchZeng/Localizable.strings2Excel/issues/34#issuecomment-1937082519