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

When using add and remove, command has to be called twice #139

Closed freakzlike closed 2 years ago

freakzlike commented 3 years ago

When using the options add and remove and for example renaming a translation key in your vue file. Then the old key will be removed but the new key will not be added. You need to run vue-i18n-extract again to add the missing key.

Version: 2.0.4

Spittal commented 2 years ago

I've changed the order of operations and this should be fixed in next release!