mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #2723 from MariusVaice/patch-1
Added lithuanian language to translations.js
This commit is contained in:
commit
7bb217636e
@ -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
|
||||
|
||||
|
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user