Merge pull request #2723 from MariusVaice/patch-1

Added lithuanian language to translations.js
This commit is contained in:
Michael Teeuw 2021-12-13 20:42:31 +01:00 committed by GitHub
commit 7bb217636e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@ _This release is scheduled to be released on 2022-01-01._
- Moved weather tests from category `electron` to `e2e`.
- Updated github actions.
- Replace spectron with playwright, update dependencies including electron update to v16.
- Added lithuanian language to translations.js
### Fixed

View File

@ -47,7 +47,8 @@ let translations = {
uk: "translations/uk.json", // Ukrainian
hi: "translations/hi.json", // Hindi
gu: "translations/gu.json", // Gujarati
gl: "translations/gl.json" // Galego
gl: "translations/gl.json", // Galego
lt: "translations/lt.json" // Lithuanian
};
if (typeof module !== "undefined") {