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

View File

@@ -46,7 +46,8 @@ var translations = {
he: "translations/he.json", // Hebrew
uk: "translations/uk.json", // Ukrainian
hi: "translations/hi.json", // Hindi
gu: "translations/gu.json" // Gujarati
gu: "translations/gu.json", // Gujarati
gl: "translations/gl.json" // Galego
};
if (typeof module !== "undefined") {