Skip to content

Commit cbcd0f1

Browse files
authored
Lang: added Slovak support (#483)
1 parent 205e36a commit cbcd0f1

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

dist/atomic-calendar-revive.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/options/lang-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ get this added for you.
5858
| pt | Portuguese |
5959
| ru | Russian |
6060
| sv | Swedish |
61+
| sk | Slovak |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atomic-calendar-revive",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"editor_version": "1.6.0",
55
"description": "Calendar Card for Home Assistant",
66
"main": "atomic-calendar-revive.js",

src/locale.dayjs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ import 'dayjs/locale/pt-br';
3232
import 'dayjs/locale/pt';
3333
import 'dayjs/locale/ru';
3434
import 'dayjs/locale/sv';
35+
import 'dayjs/locale/sk';

tracker.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"atomic-calendar-revive": {
3-
"updated_at": "2021-09-14",
4-
"version": "4.8.0",
3+
"updated_at": "2021-09-15",
4+
"version": "4.9.0",
55
"remote_location": "https://github.com/marksie1988/atomic-calendar-revive/releases/latest/dist/atomic-calendar-revive.js",
66
"visit_repo": "https://github.com/marksie1988/atomic-calendar-revive",
77
"changelog": "https://github.com/marksie1988/atomic-calendar-revive/releases/latest"

0 commit comments

Comments
 (0)