mainmatter / ember-intl-analyzer

Find missing or unused translations in your Ember.js projects
MIT License
48 stars 14 forks source link

handles `t('my-key')` in JS files #656

Closed poulet42 closed 7 months ago

poulet42 commented 7 months ago

👋 this was only looking for XXX.t('key') in js files, this pr also handles t('key)

eg:

let { t } = this.intl;
t('my-key');