Skip to content

Commit

Permalink
release v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed Jun 21, 2022
1 parent acad4e2 commit b5ce1f9
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 169 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ Currently the following languages are supported:
| Русский | ru | |
| Română | ro | |
| Slovenčina | sk | |
| Suomalainen | fi | |
| Nederlands | nl | |
| Norsk | no, nb, nn | |
| 简体中文 | zh-Hans | |
Expand Down
364 changes: 200 additions & 164 deletions dist/scheduler-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CardConfig } from './types';

export const CARD_VERSION = 'v2.3.4';
export const CARD_VERSION = 'v2.3.5';

export const DefaultTimeStep = 10;

Expand Down
4 changes: 2 additions & 2 deletions src/localize/languages/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
},
"dialog": {
"enable_schedule": {
"title": "Complete modifications",
"description": "The schedule which has been changed is currently disabled, should it be enabled?"
"title": "Completați modificările",
"description": "Programul care a fost modificat este momentan dezactivat, ar trebui activat?"
}
},
"panel": {
Expand Down
4 changes: 2 additions & 2 deletions src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as nl from './languages/nl.json';
import * as no from './languages/no.json';
import * as pl from './languages/pl.json';
import * as pt from './languages/pt.json';
import * as pt_br from './languages/pt-br.json';
import * as pt_br from './languages/pt-BR.json';
import * as ro from './languages/ro.json';
import * as ru from './languages/ru.json';
import * as sk from './languages/sk.json';
Expand All @@ -38,7 +38,7 @@ const languages: any = {
no: no,
pl: pl,
pt: pt,
pt-BR: pt-br,
'pt-BR': pt_br,
ro: ro,
sk: sk,
ru: ru,
Expand Down

0 comments on commit b5ce1f9

Please sign in to comment.