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:
parent
d39d8e3cb1
commit
79c3b846d7
@ -37,6 +37,7 @@ const allLanguages: Language[] = [
|
|||||||
{ lng: "zh-CN", label: "简体中文", data: "zh-CN.json" },
|
{ lng: "zh-CN", label: "简体中文", data: "zh-CN.json" },
|
||||||
{ lng: "ar-SA", label: "العربية", data: "ar-SA.json", rtl: true },
|
{ lng: "ar-SA", label: "العربية", data: "ar-SA.json", rtl: true },
|
||||||
{ lng: "he-IL", label: "עברית", data: "he-IL.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[] = [
|
export const languages: Language[] = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user