ember-intl-analyzer
ember-intl-analyzer copied to clipboard
Check Intl config for inputPath
Checks for inputPath
option in config/ember-intl.js
.
I've also pulled in the change from https://github.com/simplabs/ember-intl-analyzer/pull/94 as I couldn't run the code without it.
out of curiosity, why are you using a different path?
We use bit to share and edit files between projects, store them (including our translations) under a subdirectory. This lets our front-end team make changes to our translation files during development, and keep those changes in sync for our back-end team without having to manage multiple npm repositories/releases.
In either case, given that this option is available to intl users, its a good idea to support it in the analyzer?