freshOS / Localize

🏁 Automatically clean your Localizable.strings files
MIT License
354 stars 29 forks source link

Add redundancy and missing translation checks #23

Closed michalsrutek closed 4 years ago

michalsrutek commented 4 years ago

This PR aims to add support for two common scenarios

  1. Redundancy - you have a translation in your secondary language file that is not present in the master translations.
  2. Missing translation - you use localization on a string somewhere in your app, but it can't be found in the master translations.

Along with that, I did the following

I've been running a similar setup for quite a while now and it's proven itself.

I'd like to hear your opinions.

s4cha commented 4 years ago

This is BRILLIANT! The Redundancy and Missing translation are great additions and swift 5 migration is perfect. What's more to say? Great job! 🥇