01Analyze translation JSON files for missing/extra keys, structure/interpolation mismatches, and empty/unused values.
020 GitHub stars
03Generate plural form categories for any locale following CLDR rules and classify test numbers.
04Detect language and locale of text with confidence scores and alternate candidates.
05Format numbers, currencies, dates, and relative times according to specific locale standards using `Intl` APIs.
06Extract hardcoded user-facing strings from source code (JSX/TSX, HTML, console logs, error messages) for internationalization.