Skip to content

Commit

Permalink
fix: Translation bug in a Table sorter popup [PL] (ant-design#30899)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Janicki <[email protected]>

Co-authored-by: Michal Janicki <[email protected]>
  • Loading branch information
michal-janicki and michal-janicki authored Jun 7, 2021
1 parent ea2545f commit cc58210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/locale/pl_PL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const localeValues: Locale = {
filterReset: 'Wyczyść',
selectAll: 'Zaznacz bieżącą stronę',
selectInvert: 'Odwróć zaznaczenie',
triggerDesc: 'Sortuj rosnąco',
triggerAsc: 'Sortuj malejąco',
triggerDesc: 'Sortuj malejąco',
triggerAsc: 'Sortuj rosnąco',
cancelSort: 'Usuń sortowanie',
},
Modal: {
Expand Down

0 comments on commit cc58210

Please sign in to comment.