chore: Revert pagination formatting and pluralization (#12954)

This commit is contained in:
Shivam Mishra
2025-11-25 21:36:13 +05:30
committed by GitHub
parent e635122ff6
commit 7b20ecd27b
6 changed files with 15 additions and 332 deletions

View File

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