intlify / vue-cli-plugin-i18n

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exit code if there are missing or unused keys

lafriks opened this issue · comments

Would be nice if vue-cli-service i18n:report command would have non-zero exit code if there are missing or unused keys. And also option to check only fallback locale (or specific locale) so that it would be possible to reuse this command in CI

commented

+1 for this. It would be super helpful to run that on CI