Skip to content

Commit

Permalink
feat(locales): Adding new Polish locale (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdenner authored Jul 31, 2019
1 parent 7ab55ae commit f9e075b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/locales/pl-PL.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
export default {
todayButton: 'Dzisiaj',
nextMonth: 'Następny miesiąc',
previousMonth: 'Poprzedni Miesiąc',
nextYear: 'Następny rok',
previousYear: 'Poprzedni rok',
weekdays: [
'Niedziala',
'Poniedziałek',
'Wtorek',
'Środa',
'Czwartek',
'Piątek',
'Sobota',
],
months: [
'Styczeń',
'Luty',
'Marzec',
'Kwiecień',
'Maj',
'Czerwiec',
'Lipiec',
'Sierpień',
'Wrzesień',
'Październik',
'Listopad',
'Grudzień',
],
};

1 comment on commit f9e075b

@vercel
Copy link

@vercel vercel bot commented on f9e075b Jul 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.