Fix: calendar translation de.js strings corrected
This commit is contained in:
parent
0c16bc960d
commit
18cbb5b476
2 changed files with 7 additions and 2 deletions
5
.changeset/tiny-lamps-melt.md
Normal file
5
.changeset/tiny-lamps-melt.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@lion/calendar": patch
|
||||
---
|
||||
|
||||
Fix: calendar translation de.js strings corrected
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
nextMonth: 'Nächster Monat',
|
||||
previousMonth: 'Vorheriger Monat',
|
||||
nextFullYear: 'Nächster Jahr',
|
||||
previousFullYear: 'Vorheriger Jahr',
|
||||
nextFullYear: 'Nächstes Jahr',
|
||||
previousFullYear: 'Vorheriges Jahr',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue