Hindi and Gujarati Language

This commit is contained in:
Ashish Tank 2020-11-11 16:01:03 +01:00
parent b95ef7250d
commit a270c73d7c

View File

@ -43,7 +43,9 @@ var translations = {
tlh: "translations/tlh.json", // Klingon tlh: "translations/tlh.json", // Klingon
"ms-my": "translations/ms-my.json", // Malay "ms-my": "translations/ms-my.json", // Malay
he: "translations/he.json", // Hebrew he: "translations/he.json", // Hebrew
uk: "translations/uk.json" // Ukrainian uk: "translations/uk.json", // Ukrainian
hi: "translations/hi.json", // Hindi
gu: "translations/gu.json" // Gujarati
}; };
if (typeof module !== "undefined") { if (typeof module !== "undefined") {