From 8240de8cfec8eeda3b3689d0d78cad2fe5d61c38 Mon Sep 17 00:00:00 2001 From: vivek kasture Date: Sun, 13 Oct 2024 23:31:21 +0530 Subject: [PATCH] Issue #PS-000 fix: Removed Urdu and Malayalam language --- config.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.json b/config.json index cc4335e4..730894be 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,6 @@ "label": "English", "code": "en" }, - { "label": "हिंदी", "code": "hi" @@ -17,15 +16,6 @@ { "label": "ଓଡ଼ିଆ", "code": "or" - }, - { - "label": "اردو", - "code": "ur" - }, - { - "label": "മലയാളം", - "code": "ml" } - ] }