Skip to content

Commit f9e075b

Browse files
authored
feat(locales): Adding new Polish locale (#35)
1 parent 7ab55ae commit f9e075b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/locales/pl-PL.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)