Localizable.strings2Excel
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.
"\"%@\"字符串" = "\"%@\"字符串"; 麻烦修复一下这种情况, 
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 ```