You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: