You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ember-intl-analyzer, it incorrectly finds unused translations that are in the files in folder1 and folder2. In our app, we would call them like this.intl.t('folder1.key.for.translation') and this.intl.t('folder2.key.for.translation') respectively.
The text was updated successfully, but these errors were encountered:
Our translations file structure is the following:
When running
ember-intl-analyzer
, it incorrectly finds unused translations that are in the files infolder1
andfolder2
. In our app, we would call them likethis.intl.t('folder1.key.for.translation')
andthis.intl.t('folder2.key.for.translation')
respectively.The text was updated successfully, but these errors were encountered: