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 <lipiridis@gmail.com>
This commit is contained in:
Prashant Agarwal 2020-07-01 22:50:27 +05:30 committed by GitHub
parent d39d8e3cb1
commit 79c3b846d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[] = [