Fix: calendar translation de.js strings corrected

This commit is contained in:
Edmund 2022-09-17 20:31:21 +02:00 committed by GitHub
parent 0c16bc960d
commit 18cbb5b476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"@lion/calendar": patch
---
Fix: calendar translation de.js strings corrected

View file

@ -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',
};