Closed freakzlike closed 2 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.
add
remove
vue-i18n-extract
Version: 2.0.4
I've changed the order of operations and this should be fixed in next release!
When using the options
add
andremove
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 runvue-i18n-extract
again to add the missing key.Version: 2.0.4