mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-17 15:22:14 -04:00
DEV: Remove unused pagination locale (#62)
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -30,7 +30,6 @@ en:
|
||||
col_4: "Column 4"
|
||||
spreadsheet:
|
||||
no_records_found: "No records found"
|
||||
showing_page: "Showing page {0} of {1} entries"
|
||||
show: "Show"
|
||||
entries: "entries"
|
||||
about: "About"
|
||||
|
||||
Reference in New Issue
Block a user