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

Dynamic keys #147

Closed obstrux closed 3 years ago

obstrux commented 3 years ago

this.$t( true/false ? 'i18n_sdasdsa' : 'i18n_sdasdsaxxxxxxx')

this.$t( true/false ? i18n_sdasdsa${xxxx} : 'i18n_sdasdsaxxxxxxx')

Spittal commented 3 years ago

Hey @alipay404 I'm very sorry but we will not be supporting dynamic keys, the reasons for this are explained here: https://github.com/pixari/vue-i18n-extract/issues/46