Sfoglia il codice sorgente

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>
Prashant Agarwal 4 anni fa
parent
commit
79c3b846d7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/i18n.ts

+ 1 - 0
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[] = [