We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b2a37 commit 27ff9abCopy full SHA for 27ff9ab
src/locales/de-DE.js
@@ -0,0 +1,31 @@
1
+export default {
2
+ todayButton: 'Heute',
3
+ nextMonth: 'Nächster Monat',
4
+ previousMonth: 'Letzter Monat',
5
+ nextYear: 'Nächstes Jahr',
6
+ previousYear: 'Letztes Jahr',
7
+ weekdays: [
8
+ 'Sonntag',
9
+ 'Montag',
10
+ 'Dienstag',
11
+ 'Mittwoch',
12
+ 'Donnerstag',
13
+ 'Freitag',
14
+ 'Samstag',
15
+ ],
16
+ months: [
17
+ 'Januar',
18
+ 'Februar',
19
+ 'März',
20
+ 'April',
21
+ 'Mai',
22
+ 'Juni',
23
+ 'Juli',
24
+ 'August',
25
+ 'September',
26
+ 'Oktober',
27
+ 'November',
28
+ 'Dezember',
29
30
+ };
31
+
0 commit comments