Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughAdded support for Uzbek (Latin script) locale by introducing a new locale entry in the i18n configuration and creating a comprehensive translation file. The changes enable the application to serve all user interface strings in Uzbek, including SEO metadata, navigation elements, settings, and other interface components. Changes
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 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 |
|
Hello! Thank you for opening your first PR to npmx, @uchkunrakhimow! 🚀 Here’s what will happen next:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
🧭 Context
Uzbek is one of the widely spoken Turkic languages (~35M speakers), and there was no Uzbek locale in npmx yet. This PR adds Uzbek (Latin script) - the primary writing system used in Uzbekistan.
📚 Description
Adds
uz-Latn-UZlocale:i18n/locales/uz-Latn-UZ.jsonwith all 1254 keys translated to Uzbek (Latin script, modern O'zbek Lotin alifbosi)config/i18n.tsasOʻzbekchaNotes:
oʻ/gʻper modern Uzbek orthographypluralRuleneeded - Uzbek usesother-only pluralization (like Turkish)i18n:checkpasses with no missing keysOnly
uz-Latn-UZis added in this PR. Cyrillic variant (uz-Cyrl-UZ) can follow later if there is community interest.