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
Is there a way to remove keys from slave locales based on missing keys in the base locale?
For example my base EN:
en:
foo: "foo"
Slave:
fr:
foo: "foo"
bar: "bar"
Running i18n-tasks missing will report that bar is missing in en. I don't want this, I know my base locale is correct, and all other should respect missing keys and remove them from slaves.
The text was updated successfully, but these errors were encountered:
More of a question than issue.
Is there a way to remove keys from slave locales based on missing keys in the base locale?
For example my base EN:
Slave:
Running
i18n-tasks missing
will report thatbar
is missing inen
. I don't want this, I know my base locale is correct, and all other should respect missing keys and remove them from slaves.The text was updated successfully, but these errors were encountered: