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
589 stars 141 forks source link

针对plurals和array也无法解析 #34

Open cmlsky opened 2 years ago

cmlsky commented 2 years ago
    <plurals name="wifi_tether_connected_summary">
        <item quantity="one">%1$d device connected</item>
        <item quantity="other">%1$d devices connected</item>
    </plurals>
Goooler commented 9 months ago

可以用我的库,见 https://github.com/Goooler/StringResExporter

Goooler commented 9 months ago

Duplicate of #11