ember-intl-analyzer icon indicating copy to clipboard operation
ember-intl-analyzer copied to clipboard

Check Intl config for inputPath

Open omairvaiyani opened this issue 5 years ago • 2 comments

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.

omairvaiyani avatar Nov 16 '19 13:11 omairvaiyani

out of curiosity, why are you using a different path?

Turbo87 avatar Nov 25 '19 16:11 Turbo87

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?

omairvaiyani avatar Nov 25 '19 17:11 omairvaiyani