Back to feed
Dev.to
Dev.to
6/11/2026
I built a zero-dependency CLI that catches i18n drift (and knows your plural rules)

I built a zero-dependency CLI that catches i18n drift (and knows your plural rules)

Short summary

The author built localediff, a zero-dependency CLI that catches missing translations and plural rule mismatches across locale JSON files. Unlike existing i18n tools, it's framework-agnostic, respects CLDR plural rules for 150+ languages instead of assuming English's shape, and requires no external account. Available on npm and PyPI, it integrates into CI/CD with simple exit codes and is MIT licensed.

  • Zero-dependency CLI tool detecting missing translations and CLDR plural rule mismatches
  • Framework-agnostic and doesn't require external accounts or hosting
  • Available on npm and PyPI, integrates into CI/CD, MIT licensed

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Explore more