-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
has-consensusHas consensus and ready to implementHas consensus and ready to implement
Description
The proposal currently includes the following 4 grouping strategies, based on the list from ICU:
"never"
(false
): do not display grouping separators."min2"
: display grouping separators when there are at least 2 digits in a group; for example, "1000" (first group too small) and "10,000" (now there are at least 2 digits in that group)."auto"
(default): display grouping separators based on the locale preference, which may also be dependent on the currency. Most locales prefer to use grouping separators."always"
(true
): display grouping separators even if the locale prefers otherwise.
@jswalden asked if there could be additional options added. Could you clarify?
Blockzez
Metadata
Metadata
Assignees
Labels
has-consensusHas consensus and ready to implementHas consensus and ready to implement