From f60086c258c17d21c7e6fb19b28a5e13ae43d610 Mon Sep 17 00:00:00 2001 From: Ali Hassan <24819103+thisalihassan@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:49:19 +0500 Subject: [PATCH] added Urdu language config (#6556) * 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 Signed-off-by: Ali Hassan <24819103+thisalihassan@users.noreply.github.com> --------- Signed-off-by: Brian Muenzenmeyer Signed-off-by: Ali Hassan <24819103+thisalihassan@users.noreply.github.com> Co-authored-by: Brian Muenzenmeyer --- apps/site/i18n/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/site/i18n/config.json b/apps/site/i18n/config.json index f1ee421c9d333..563d624bb2b88 100644 --- a/apps/site/i18n/config.json +++ b/apps/site/i18n/config.json @@ -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",