Skip to content
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

Add Urdu (ur) Translation #1131

Merged
merged 11 commits into from
Feb 29, 2024
Prev Previous commit
Next Next commit
Add (ur) urdu translatin in config
  • Loading branch information
AsharibAli committed Feb 23, 2024
commit 1c32a0a3f8a824b4a0c7f1cda98c2fa7bab08589
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ async function createConfig() {
label: '繁體中文',
direction: 'ltr',
},
'ur': {
label: 'اردو',
direction: 'rtl',
},
},
},
scripts: [
Expand Down
Loading