chore: Improve pagination with compact number formatting and pluralization (#12962)

This commit is contained in:
Sivin Varghese
2025-11-27 10:32:34 +05:30
committed by GitHub
parent eb0410af53
commit dedb0426fb
8 changed files with 701 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} item | Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} page | {currentPage} of {totalPages} pages"
},
"COMBOBOX": {
"PLACEHOLDER": "Select an option...",