-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
added Urdu language config #6556
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
that's great bro :)
Hi, can I have a follow up on this? |
We are not merging any related i18n PR until we get our Crowdin integration fixed. Sorry for the waiting. |
Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
we need more information here I suspect we might need to also update https://github.com/nodejs/nodejs.org/blob/main/crowdin.yml#L15-L20 |
This PR will need to be rebased or recreated now that #6850 merged. |
"ur-IN" is not officially recognized in the same way as "ur-PK" in many internationalization standards. cc: @bmuenzenmeyer |
|
Now you can see expected code I hope! |
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.
now we can remove this, since crowdin added ur
as a custom language
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Signed-off-by: Ali Hassan <24819103+thisalihassan@users.noreply.github.com>
Unit Test Coverage ReportUnit Test Report
|
Description
Adds Urdu language setup to config.json to enable Urdu translations on Crowdin
Validation
Related Issues
Check List
npx turbo format
to ensure the code follows the style guide.npx turbo test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.