Liquidsoul / LocalizationConverter

A command-line tool to convert mobile localization files
MIT License
15 stars 4 forks source link

Keep plurals keys in Localizable.strings #8

Closed Liquidsoul closed 7 years ago

Liquidsoul commented 7 years ago

I tried to use swiftgen and it only parses the Localizable.strings file without considering the stringsdict file. However, the LocalizationConverter do not duplicate the plural keys in both file. Maybe it should have an option to do that, like --keep-plural-keys?

Liquidsoul commented 7 years ago

a27dd6c7509f2513ee64265b7196076be73d91fe adds --include-plurals option