-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat(i18n): added Tamil language configuration #8461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
ovflowd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
|
Lighthouse Results
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8461 +/- ##
==========================================
- Coverage 73.81% 73.81% -0.01%
==========================================
Files 109 109
Lines 9255 9265 +10
Branches 313 314 +1
==========================================
+ Hits 6832 6839 +7
- Misses 2421 2424 +3
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Description
This PR adds Tamil (ta) language configuration into
config.json.Tamil language is already enabled in Crowdin and translations are almost complete.
What’s Included
config.jsonRelated Issues
Fixes #8460 , Addresses #8401
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.