DEV: Remove unused pagination locale (#62)
This commit is contained in:
parent
c050e072e9
commit
bfd91fc3bc
|
@ -8,7 +8,6 @@ function prefixedLocale(localeString) {
|
||||||
|
|
||||||
export const localeMapping = {
|
export const localeMapping = {
|
||||||
noRecordsFound: prefixedLocale("no_records_found"),
|
noRecordsFound: prefixedLocale("no_records_found"),
|
||||||
showingPage: prefixedLocale("showing_page"),
|
|
||||||
show: prefixedLocale("show"),
|
show: prefixedLocale("show"),
|
||||||
entries: prefixedLocale("entries"),
|
entries: prefixedLocale("entries"),
|
||||||
insertANewColumnBefore: prefixedLocale("context_menu.col.before"),
|
insertANewColumnBefore: prefixedLocale("context_menu.col.before"),
|
||||||
|
|
|
@ -30,7 +30,6 @@ en:
|
||||||
col_4: "Column 4"
|
col_4: "Column 4"
|
||||||
spreadsheet:
|
spreadsheet:
|
||||||
no_records_found: "No records found"
|
no_records_found: "No records found"
|
||||||
showing_page: "Showing page {0} of {1} entries"
|
|
||||||
show: "Show"
|
show: "Show"
|
||||||
entries: "entries"
|
entries: "entries"
|
||||||
about: "About"
|
about: "About"
|
||||||
|
|
Loading…
Reference in New Issue