Skip to content

Commit 7819426

Browse files
authored
fix(module:i18n): added missing translations to pl_PL (#7950)
1 parent eb4077d commit 7819426

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/i18n/languages/pl_PL.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ export default {
2121
DatePicker: {
2222
lang: {
2323
placeholder: 'Wybierz datę',
24+
yearPlaceholder: 'Wybierz rok',
25+
monthPlaceholder: 'Wybierz miesiąc',
26+
weekPlaceholder: 'Wybierz tydzień',
2427
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ń'],
2531
locale: 'pl_PL',
2632
today: 'Dzisiaj',
2733
now: 'Teraz',

0 commit comments

Comments
 (0)