Mark Davis
Mark Davis
CLDR-17158 - [ ] This PR completes the ticket. ALLOW_MANY_COMMITS=true
CLDR-16958 - [ ] This PR completes the ticket. ALLOW_MANY_COMMITS=true
## Summary Consider relaxing constraints on literals, after v45 ## Background Right now, unquoted literals are fairly narrowly constrained by [message.abnf](https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf) ; here are the relevant lines: ``` unquoted =...
I think we can have a simpler exposition of the matching algorithm. Here is my take Implementing the algorithm for matching requires two capabilities of functions. I think of these...
In MF1.0, we allow RLM and LRM in any position between syntax tokens that is not part of the literal message; those characters are then ignorable in **parsing** the message....
I investigated using a mock implementation, and there is nothing really standing in the way of adding an offset option to :number. This could be done as an icu:offset option,...
I was looking at https://github.com/unicode-org/message-format-wg/pull/659/, but found a number of issues in the Registry section before the Default Registry. Capturing them here. In the Conformance and Use: The term 'registry'...
I think in the registry we need to be very clear about the following classes of effects that an option can have. (Of course, an option may do more than...
Translation pipeline software need to be able to expand (or contract) the possible options for plural and ordinal rules based on the locale. The worst case expansion of plurals is...
I want to come up with a good example that shows the use of case inflections. (I realize that is not in scope for the MVP coming up, and don't...