01Includes validation scripts to identify and report missing translation keys across all files
02Synchronizes translation keys across 11 languages based on a TypeScript source of truth
03Supports complex nested translation structures for commands, prompts, and settings
04Maintains type safety by enforcing the TranslationKeys interface across all locale files
05Handles Right-to-Left (RTL) text direction requirements specifically for Arabic locales
061 GitHub stars