Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic7777 committed Jul 10, 2019
1 parent 2f87dfb commit 453fb10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AtomicCalendar extends LitElement {

render() {
if(this.firstrun){
console.log("atomic_calendar v0.8.8 loaded")
console.log("atomic_calendar v0.8.9 loaded")
}
this.language = this.config.language != '' ? this.config.language : this.hass.language.toLowerCase()
let timeFormat = moment.localeData(this.language).longDateFormat('LT')
Expand Down Expand Up @@ -381,9 +381,9 @@ class AtomicCalendar extends LitElement {
}
this.config = {
// text translations
title: 'Kalendarz', // Card title
fullDayEventText: 'Cały dzień', // "All day" custom text
untilText: 'Do', // "Until" custom text
title: 'Calendar', // Card title
fullDayEventText: 'All day', // "All day" custom text
untilText: 'Until', // "Until" custom text
language: '',

// main settings
Expand Down
2 changes: 1 addition & 1 deletion atomic_calendar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/atomic_calendar.js

Large diffs are not rendered by default.

0 comments on commit 453fb10

Please sign in to comment.