Localizable.strings2Excel icon indicating copy to clipboard operation
Localizable.strings2Excel copied to clipboard

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.

Results 11 Localizable.strings2Excel issues
Sort by recently updated
recently updated
newest added

"\"%@\"字符串" = "\"%@\"字符串"; 麻烦修复一下这种情况, ![截屏2022-03-22 下午1 47 53](https://user-images.githubusercontent.com/20027844/159416220-15104938-b1d9-4763-98ba-c25c037dea88.png)

iOS: https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPInternational/StringsdictFileFormat/StringsdictFileFormat.html https://medium.com/@vitaliikuznetsov/plurals-localization-using-stringsdict-in-ios-a910aab8c28c Android: https://developer.android.com/guide/topics/resources/string-resource

excel里面有多种语言,不能一次过,1个excel生成多个string文件的么?

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

``` %1$d device connected %1$d devices connected ```

针对string.xml中含有xliff的就有错误 希望整体格式保持不变 `"Activity %1$s isn\'t responding."\n\n"Do you want to close it?"` ``` "Activity %1$s isn\'t responding."\n\n"Do you want to close it?" "Another %1$smessage ```