JSPM

  • Created
  • Published
  • Downloads 99790
  • Score
    100M100P100Q167322F
  • License MIT

Manage vue-i18n localization with static analysis

Package Exports

  • vue-i18n-extract

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-i18n-extract) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-i18n-extract

NPM Version Downloads CircleCI Status Known Vulnerabilities Maintainability


vue-i18n-extract is built to work with your Vue.js projects using vue-i18n. When run vue-18n-extract analyses your Vue.js source code for any vue-i18n key usages (ex. $t(''), $tc(''), ...) as well as your language files (ex. de_DE.js, en_EN.json, ...), in order to:

  • I18NReport keys that are missing in the language files.
  • I18NReport unused keys in the language files.

📖 Documentation

Check the official documentation here: https://pixari.github.io/vue-i18n-extract/

❗ Issues

I'm sure you'll find bugs and when you do it would be great if you'd could report them here.

đŸ’Ē Contribution

The project is still in its early stages and in progress. I think there's no need for guidelines yet, so feel free to contribute or give feedback as you prefer.

PLEASE: don't forget to update the documentation if you change the API. (https://github.com/pixari/vue-i18n-extract/tree/master/docs)

ÂŠī¸ License

MIT