t("en-locale-test:GoBack", "Back to Hello World");
// change to
t("en-locale-test:GoBack", "Back");
Additional translations could be ja-jp etc. When I try to extract them only new keys are added to ja-jp but changing the default value doesnt trigger the same behavior? This results in translations out of context or wrong strings in translation files.
Describe the bug
I have
en-us
i18next strings with default values:Additional translations could be
ja-jp
etc. When I try to extract them only new keys are added toja-jp
but changing the default value doesnt trigger the same behavior? This results in translations out of context or wrong strings in translation files.How to reproduce
Babel configuration:
Expected behavior
What actually happens
Extraction ignores this and doesnt notify the consumer.