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
with discardOldKeys: true already translated keys get removed when multiple files share the same namespaces.
i.E Both depend on namespace 'errors' and import them with useTranslation.
fileA uses errorA. fileB uses errorB.
Babel extracts errorA when compiling fileA and dismisses errorB, and vice versa. Already translated terms get removed unfortunately.
Describe the bug
with discardOldKeys: true already translated keys get removed when multiple files share the same namespaces.
i.E Both depend on namespace 'errors' and import them with useTranslation.
fileA uses errorA. fileB uses errorB.
Babel extracts errorA when compiling fileA and dismisses errorB, and vice versa. Already translated terms get removed unfortunately.
How to reproduce
Described above.
Babel configuration:
The text was updated successfully, but these errors were encountered: