remove unused locale option `previousPageLabel`
parent
03dd43d1be
commit
b23b31461c
|
@ -42,7 +42,6 @@ interface PrimeVueLocaleAriaOptions {
|
|||
nextPageLabel?: string;
|
||||
prevPageLabel?: string;
|
||||
rowsPerPageLabel?: string;
|
||||
previousPageLabel?: string;
|
||||
jumpToPageDropdownLabel?: string;
|
||||
jumpToPageInputLabel?: string;
|
||||
selectRow?: string;
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue