Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Add changes command #52

Open mydea opened 5 years ago

mydea commented 5 years ago

Sometimes, it happens that you accidentally introduce new translations in your app. E.g. by adding different versions of capitalization, e.g. "Item count" and "Item Count".

It would be nice to have a ember l10n:changes command, that basically runs an extraction & prints out all new message ids that weren't in the previous version.