Skip to content

Commit

Permalink
added Urdu language config (#6556)
Browse files Browse the repository at this point in the history
* chore: Added urdu language config

* fix: Set urdu default false

* chore(i18n): added ur-PK in the config

* Update apps/site/i18n/config.json

Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
Signed-off-by: Ali Hassan <24819103+thisalihassan@users.noreply.github.com>

---------

Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
Signed-off-by: Ali Hassan <24819103+thisalihassan@users.noreply.github.com>
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
  • Loading branch information
thisalihassan and bmuenzenmeyer authored Jul 8, 2024
1 parent 71dbd94 commit f60086c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/site/i18n/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,16 @@
"enabled": false,
"default": false
},
{
"code": "ur",
"localName": "اردو",
"name": "Urdu",
"langDir": "rtl",
"dateFormat": "DD/MM/YYYY",
"hrefLang": "ur",
"enabled": false,
"default": false
},
{
"code": "uz",
"localName": "O'zbek",
Expand Down

0 comments on commit f60086c

Please sign in to comment.