Skip to content

Commit

Permalink
remove unused locale option previousPageLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 25, 2023
1 parent 03dd43d commit b23b314
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/config/PrimeVue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ interface PrimeVueLocaleAriaOptions {
nextPageLabel?: string;
prevPageLabel?: string;
rowsPerPageLabel?: string;
previousPageLabel?: string;
jumpToPageDropdownLabel?: string;
jumpToPageInputLabel?: string;
selectRow?: string;
Expand Down
1 change: 0 additions & 1 deletion components/config/PrimeVue.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const defaultOptions = {
nextPageLabel: 'Next Page',
prevPageLabel: 'Previous Page',
rowsPerPageLabel: 'Rows per page',
previousPageLabel: 'Previous Page',
jumpToPageDropdownLabel: 'Jump to Page Dropdown',
jumpToPageInputLabel: 'Jump to Page Input',
selectRow: 'Row Selected',
Expand Down
1 change: 0 additions & 1 deletion pages/locale/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ locale: {
nextPageLabel: 'Next Page',
prevPageLabel: 'Previous Page',
rowsPerPageLabel: 'Rows per page',
previousPageLabel: 'Previous Page',
jumpToPageDropdownLabel: 'Jump to Page Dropdown',
jumpToPageInputLabel: 'Jump to Page Input',
selectRow: 'Row Selected',
Expand Down

0 comments on commit b23b314

Please sign in to comment.