viniciusmo / extract-localizable-string-plugin-xcode

Xcode plugin for quickly creating localized strings
219 stars 35 forks source link

Feature enhancements #18

Closed chintan1891 closed 9 years ago

chintan1891 commented 9 years ago

Removed "Choose Localizable File" menu. Plugin will now find all Localizable.strings files and add key-value pair into it. Plugin will validate if user is not adding a duplicate key. Plugin will alert user if he/she tries to add any value which is already exists. Plugin now provides option to add comment for any Localizable string. Current plugin stores Localizable file path into NSUserDefaults, due to which if i switch my project, this plugin will add key value pair to Localizable.strings file of old project. Fixed this bug. Added Cancel button in "Extract Lcoalizable String" popup.