Spittal / vue-i18n-extract

Manage vue-i18n localization with static analysis
https://pixari.github.io/vue-i18n-extract/#what-is-it
MIT License
313 stars 86 forks source link

Ability to avoid errors if querying array/object from translations #152

Open davidyuk opened 2 years ago

davidyuk commented 2 years ago

This feature was implemented and merged in https://github.com/pixari/vue-i18n-extract/pull/51. And it got reverted somewhere in between 1.0.3 and 1.1.0: https://github.com/pixari/vue-i18n-extract/compare/v.1.0.3...v.1.1.0

Was any reasoning to do that? Please consider implementing it back. I'm fine to have it switchable through options.

Spittal commented 2 years ago

This may have been a mistake during a rewrite, any possibility of a PR to add this back in with the current code base?