Added lithuanian language

This commit is contained in:
MariusVaice 2021-12-03 17:28:59 +02:00 committed by GitHub
parent b0d3518c1d
commit 3b1405609e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,8 @@ let translations = {
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 gl: "translations/gl.json", // Galego
lt: "translations/lt.json" // Lithuanian
}; };
if (typeof module !== "undefined") { if (typeof module !== "undefined") {