diff --git a/exploration/number-selection.md b/exploration/number-selection.md index 17774ad0d5..f0a81cbd09 100644 --- a/exploration/number-selection.md +++ b/exploration/number-selection.md @@ -7,10 +7,12 @@ Status: **Accepted**
Contributors
@eemeli
+
@aphillips
First proposed
2023-09-06
Pull Request
#471
+
#621
@@ -45,6 +47,7 @@ but ordinal rules use `one` (_1st_, _21st_, etc.), `few` (_2nd_, _22nd_, etc.), Additionally, MF1 provides `ChoiceFormat` selection based on a complex rule set (and which allows determining if a number falls into a specific range). +This capability is not supported by the default functions of MF2. Both JS and ICU PluralRules implementations provide for determining the plural category of a range based on its start and end values. @@ -92,18 +95,183 @@ ICU MF1 messages using `plural` and `selectordinal` should be representable in M ## Proposed Design -Given that we already have a `:number`, -it makes sense to add a `` to it with an option +### Number Selection -```xml -