From 79c3b846d7630959524edd6c4de5bc2ca3d9f841 Mon Sep 17 00:00:00 2001 From: Prashant Agarwal Date: Wed, 1 Jul 2020 22:50:27 +0530 Subject: [PATCH] Added Language support for Hindi in language selection dropdown (#1753) * Added Language support for Hindi in language selection dropdown * Update src/locales/hi-IN.json * Update src/i18n.ts Co-authored-by: Lipis --- src/i18n.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n.ts b/src/i18n.ts index 5ecf2381..2be7ea04 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -37,6 +37,7 @@ const allLanguages: Language[] = [ { lng: "zh-CN", label: "简体中文", data: "zh-CN.json" }, { lng: "ar-SA", label: "العربية", data: "ar-SA.json", rtl: true }, { lng: "he-IL", label: "עברית", data: "he-IL.json", rtl: true }, + { lng: "hi-IN", label: "हिन्दी", data: "hi-IN.json" }, ]; export const languages: Language[] = [