Cropster / ember-l10n

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

Add changes command #55

Open dadaxl opened 5 years ago

dadaxl commented 5 years ago

With using the syntax ember l10n:changes its possible to check if new Message Items are added in the Application in order to review them before they get manifested via ember l10n:extract

The CL Output could be improved and it needs to be checked if the comparison check works for all possible scenarios.

mydea commented 5 years ago

Note sure why the tests are not passing, linting looks fine locally... I'll investigate!