Cropster / ember-l10n

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

Remove excluded option #51

Closed mydea closed 5 years ago

mydea commented 5 years ago

This PR removes the --exclude-patterns option from the ember l10n:extract command, and instead adds a new --include-patterns option to help you manually do the same thing, if necessary.

See #44 for a detailed explanation about the why for this change.