remove unused locale option `previousPageLabel`

pull/3585/head
Tuğçe Küçükoğlu 2023-01-25 09:37:28 +03:00
parent 03dd43d1be
commit b23b31461c
3 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@ interface PrimeVueLocaleAriaOptions {
nextPageLabel?: string;
prevPageLabel?: string;
rowsPerPageLabel?: string;
previousPageLabel?: string;
jumpToPageDropdownLabel?: string;
jumpToPageInputLabel?: string;
selectRow?: string;

View File

@ -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',

View File

@ -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',