Skip to content

Commit

Permalink
fix(module:i18n): added missing translations to pl_PL (#7950)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadMattt authored Nov 17, 2023
1 parent eb4077d commit 7819426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/i18n/languages/pl_PL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ export default {
DatePicker: {
lang: {
placeholder: 'Wybierz datę',
yearPlaceholder: 'Wybierz rok',
monthPlaceholder: 'Wybierz miesiąc',
weekPlaceholder: 'Wybierz tydzień',
rangePlaceholder: ['Data początkowa', 'Data końcowa'],
rangeYearPlaceholder: ['Początkowy rok', 'Końcowy rok'],
rangeMonthPlaceholder: ['Początkowy miesiąc', 'Końcowy miesiąc'],
rangeWeekPlaceholder: ['Początkowy tydzień', 'Końcowy tydzień'],
locale: 'pl_PL',
today: 'Dzisiaj',
now: 'Teraz',
Expand Down

0 comments on commit 7819426

Please sign in to comment.