feat(i18n): add Urdu (ur) default theme translations#11632
feat(i18n): add Urdu (ur) default theme translations#11632slorber merged 2 commits intofacebook:mainfrom
Conversation
|
Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
✅ [V2]Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
slorber
left a comment
There was a problem hiding this comment.
Thanks
I can't really review the translations, but it looks good including plurals
Pre-flight checklist
Motivation
Urdu (
ur) was missing from the default theme translations. I have added a comprehensive set of Urdu translations for the classic theme to support the Urdu-speaking developer community. This includes:This contribution ensures that Docusaurus users can provide a fully localized experience for Urdu readers with native RTL (Right-to-Left) support.
Test Plan
yarn workspace @docusaurus/theme-translations update ur.packages/docusaurus-theme-translations/locales/ur/messages.json.urtowebsite/docusaurus.config.jsand runningyarn start --locale ur.Test links
http://localhost:3000/ur/Related issues/PRs
N/A - Initial language addition for Urdu.