mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
@@ -21,6 +21,8 @@ _This release is scheduled to be released on 2021-01-01._
|
|||||||
- Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support. (#2145, #2151)
|
- Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support. (#2145, #2151)
|
||||||
- Wrong node-ical version installed (package.json) requested version. (#2153)
|
- Wrong node-ical version installed (package.json) requested version. (#2153)
|
||||||
- Fix calendar fetcher subsequent timing (#2160)
|
- Fix calendar fetcher subsequent timing (#2160)
|
||||||
|
- Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155)
|
||||||
|
- Add a space after icons of sunrise and sunset (#2169)
|
||||||
|
|
||||||
## [2.13.0] - 2020-10-01
|
## [2.13.0] - 2020-10-01
|
||||||
|
|
||||||
|
@@ -187,10 +187,10 @@ Module.register("clock", {
|
|||||||
'"><i class="fa fa-sun-o" aria-hidden="true"></i> ' +
|
'"><i class="fa fa-sun-o" aria-hidden="true"></i> ' +
|
||||||
untilNextEventString +
|
untilNextEventString +
|
||||||
"</span>" +
|
"</span>" +
|
||||||
'<span><i class="fa fa-arrow-up" aria-hidden="true"></i>' +
|
'<span><i class="fa fa-arrow-up" aria-hidden="true"></i> ' +
|
||||||
formatTime(this.config, sunTimes.sunrise) +
|
formatTime(this.config, sunTimes.sunrise) +
|
||||||
"</span>" +
|
"</span>" +
|
||||||
'<span><i class="fa fa-arrow-down" aria-hidden="true"></i>' +
|
'<span><i class="fa fa-arrow-down" aria-hidden="true"></i> ' +
|
||||||
formatTime(this.config, sunTimes.sunset) +
|
formatTime(this.config, sunTimes.sunset) +
|
||||||
"</span>";
|
"</span>";
|
||||||
}
|
}
|
||||||
|
@@ -25,7 +25,7 @@ var translations = {
|
|||||||
"zh-tw": "translations/zh-tw.json", // Traditional Chinese
|
"zh-tw": "translations/zh-tw.json", // Traditional Chinese
|
||||||
ja: "translations/ja.json", // Japanese
|
ja: "translations/ja.json", // Japanese
|
||||||
pl: "translations/pl.json", // Polish
|
pl: "translations/pl.json", // Polish
|
||||||
gr: "translations/gr.json", // Greek
|
el: "translations/el.json", // Greek
|
||||||
da: "translations/da.json", // Danish
|
da: "translations/da.json", // Danish
|
||||||
tr: "translations/tr.json", // Turkish
|
tr: "translations/tr.json", // Turkish
|
||||||
ru: "translations/ru.json", // Russian
|
ru: "translations/ru.json", // Russian
|
||||||
|
Reference in New Issue
Block a user