feat(localizations): add missing te-IN (Telugu) translations#8648
Conversation
🦋 Changeset detectedLatest commit: cd45957 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@ANIBIT14 is attempting to deploy a commit to the Clerk Production Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request adds missing Telugu (India) localization strings to the Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Description
Adds missing Telugu (India)
te-INtranslations. Previously many keys inpackages/localizations/src/te-IN.tswere set toundefined(untranslated). This PR fills in 258 of them with Telugu translations.Areas covered:
apiKeys)billing)Notes
{{interpolation}}tokens are preserved. Date/number filters use thete-INlocale (e.g.{{ date | shortDate('te-IN') }}).undefinedbecause they are alsoundefinedin the sourceen-US.ts(intentionally unset upstream), so there is no English string to translate from.te-IN) is a community-maintained locale per the package README; this is a community contribution.Checklist
@clerk/localizations: patch)