We have i18n-tasks normalize running as part of a husky git commit hook but since we have added other locales it is now extremely slow to run.
Is it possible to pass file paths to i18n-tasks normalize so that only locale files that have changed are normalized?
I did a bit of research and checked source code
So something like that should work.
i18n-tasks normalize --locales enOr try with single dash