From e3facb8cbf7055fa54604ecafc523a4e9ec693e8 Mon Sep 17 00:00:00 2001 From: binamkayastha Date: Sat, 20 Jul 2024 23:50:15 -0400 Subject: [PATCH] Hotfix: tajpuria coming soon --- nepalingo-web/src/hooks/Langauge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nepalingo-web/src/hooks/Langauge.tsx b/nepalingo-web/src/hooks/Langauge.tsx index 364627a..6d450a7 100644 --- a/nepalingo-web/src/hooks/Langauge.tsx +++ b/nepalingo-web/src/hooks/Langauge.tsx @@ -8,7 +8,7 @@ export type LanguageKey = keyof typeof Languages; export const Languages = { Newari: "newari", - Tajpuriya: "tajpuriya", + Tajpuriya: "coming soon", Maithili: "coming soon", } as const;