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 7ab55ae commit f9e075bCopy full SHA for f9e075b
src/locales/pl-PL.js
@@ -0,0 +1,30 @@
1
+export default {
2
+ todayButton: 'Dzisiaj',
3
+ nextMonth: 'Następny miesiąc',
4
+ previousMonth: 'Poprzedni Miesiąc',
5
+ nextYear: 'Następny rok',
6
+ previousYear: 'Poprzedni rok',
7
+ weekdays: [
8
+ 'Niedziala',
9
+ 'Poniedziałek',
10
+ 'Wtorek',
11
+ 'Środa',
12
+ 'Czwartek',
13
+ 'Piątek',
14
+ 'Sobota',
15
+ ],
16
+ months: [
17
+ 'Styczeń',
18
+ 'Luty',
19
+ 'Marzec',
20
+ 'Kwiecień',
21
+ 'Maj',
22
+ 'Czerwiec',
23
+ 'Lipiec',
24
+ 'Sierpień',
25
+ 'Wrzesień',
26
+ 'Październik',
27
+ 'Listopad',
28
+ 'Grudzień',
29
30
+};
0 commit comments