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
When locales are set in the config, I'd expect only missing keys in those locales to be included when i18n-tasks missing is run.
Instead, any missing keys in any locales defined in my data.read path is returned, and to get the result I want, I have to run: i18n-tasks missing -l, passing in all of the locales again.
This seems like a bug to me, but I want to confirm before I submit a PR.