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 eb4077d commit 7819426Copy full SHA for 7819426
components/i18n/languages/pl_PL.ts
@@ -21,7 +21,13 @@ export default {
21
DatePicker: {
22
lang: {
23
placeholder: 'Wybierz datę',
24
+ yearPlaceholder: 'Wybierz rok',
25
+ monthPlaceholder: 'Wybierz miesiąc',
26
+ weekPlaceholder: 'Wybierz tydzień',
27
rangePlaceholder: ['Data początkowa', 'Data końcowa'],
28
+ rangeYearPlaceholder: ['Początkowy rok', 'Końcowy rok'],
29
+ rangeMonthPlaceholder: ['Początkowy miesiąc', 'Końcowy miesiąc'],
30
+ rangeWeekPlaceholder: ['Początkowy tydzień', 'Końcowy tydzień'],
31
locale: 'pl_PL',
32
today: 'Dzisiaj',
33
now: 'Teraz',
0 commit comments