DEV: Remove unused pagination locale (#62)

This commit is contained in:
Keegan George
2023-09-01 09:49:44 -07:00
committed by GitHub
parent c050e072e9
commit bfd91fc3bc
2 changed files with 0 additions and 2 deletions
@@ -8,7 +8,6 @@ function prefixedLocale(localeString) {
export const localeMapping = {
noRecordsFound: prefixedLocale("no_records_found"),
showingPage: prefixedLocale("showing_page"),
show: prefixedLocale("show"),
entries: prefixedLocale("entries"),
insertANewColumnBefore: prefixedLocale("context_menu.col.before"),