From b23b31461c27e3a3ac69d7272e3914206479c3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 25 Jan 2023 09:37:28 +0300 Subject: [PATCH] remove unused locale option `previousPageLabel` --- components/config/PrimeVue.d.ts | 1 - components/config/PrimeVue.js | 1 - pages/locale/index.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/components/config/PrimeVue.d.ts b/components/config/PrimeVue.d.ts index ce6bc3dba..2ef1dcd32 100644 --- a/components/config/PrimeVue.d.ts +++ b/components/config/PrimeVue.d.ts @@ -42,7 +42,6 @@ interface PrimeVueLocaleAriaOptions { nextPageLabel?: string; prevPageLabel?: string; rowsPerPageLabel?: string; - previousPageLabel?: string; jumpToPageDropdownLabel?: string; jumpToPageInputLabel?: string; selectRow?: string; diff --git a/components/config/PrimeVue.js b/components/config/PrimeVue.js index bb6d676a1..67d2c3606 100644 --- a/components/config/PrimeVue.js +++ b/components/config/PrimeVue.js @@ -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', diff --git a/pages/locale/index.vue b/pages/locale/index.vue index adcb48aa9..f070a2219 100644 --- a/pages/locale/index.vue +++ b/pages/locale/index.vue @@ -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',