Format total in table pagination results according to browser language. #330
Labels
good first issue
Good for newcomers
pm.GREI-d-2.7.1
NIH, yr2, aim7, task1: R&D UI modules for creating datasets and supporting publishing workflows
pm.GREI-d-2.7.2
NIH, yr2, aim7, task2: Implement UI modules for creating datasets and publishing workflows
Size: 10
A percentage of a sprint. 7 hours.
The objective is to format the total number of items of the pagination result according to the preferred language in the user's browser.
For example:
We could use
Intl.NumberFormat
native browser api, passing undefined as language.It has a %97.16 browser support so it is more than safe to use according to caniuse
The text was updated successfully, but these errors were encountered: