Update translations.js

added galician language
This commit is contained in:
qu1que 2021-03-21 22:59:13 +01:00 committed by GitHub
parent 38544f2368
commit 9ed2e4d557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,8 @@ var translations = {
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 hi: "translations/hi.json", // Hindi
gu: "translations/gu.json" // Gujarati gu: "translations/gu.json", // Gujarati
gl: "translations/gl.json" // Galego
}; };
if (typeof module !== "undefined") { if (typeof module !== "undefined") {