feat(i18n): add Italian (it) translation#2011
Conversation
Adds Italian as a fully translated locale across all 10 namespaces, registers it in the i18n config and language switcher, adds an `it` coverage checker wired into check:i18n, and updates the README/docs language lists. Closes #2010
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (15)
WalkthroughThis pull request adds Italian as a fully supported language to the autobrr/qui web application. Italian is registered in the i18n configuration, documented in public-facing docs, validated through a new coverage script, and supported by complete Italian translations for all UI feature areas. ChangesItalian Language Support
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds Italian (
it/ Italiano) as a fully translated locale across all 10 namespaces (5,044 strings), following the Adding Languages workflow inweb/AGENTS.md. Registersitin the i18n config and adds anitcoverage checker wired intocheck:i18n, so it is auto-detected from browser language and selectable from the language switcher.pnpm check:i18npasses with 0 errors (placeholder/HTML/key parity verified).Translations are machine-generated and AI-reviewed for terminology and grammar; a native-speaker pass before release is welcome. Closes #2010
Summary by CodeRabbit
New Features
Documentation