Eemeli Aro
Eemeli Aro
As noted by @macchiati in https://github.com/unicode-org/message-format-wg/pull/471#issuecomment-1848074823: > One note: we might not want to treat `:integer` as simply an alias for `:number`. There is one difference in handling: > >...
With our current registry definition, each `` may contain multiple `` and `` elements, each of which separately defines their inputs and options. I think this structure allows too much...
As discussed on https://github.com/unicode-org/message-format-wg/pull/534#discussion_r1406353057 and previously, it would be Very Good to be able to make use of the existing CLDR data at least in [`plurals.xml`](https://github.com/unicode-org/cldr/blob/main/common/supplemental/plurals.xml) and [`ordinals.xml`](https://github.com/unicode-org/cldr/blob/main/common/supplemental/ordinals.xml), which effectively...
As currently specified, we require at least one variant of each `.match` message to have only `*` keys. Otherwise, we consider the message to have a [Missing Fallback Variant](https://github.com/unicode-org/message-format-wg/blob/main/spec/errors.md#missing-fallback-variant) data...
While working on a presentation about the JS implementation, I encountered the following error when testing some of the code I'd written for the slides: ```js const msg = `...
At least #602 and https://github.com/unicode-org/message-format-wg/issues/603#issuecomment-1902685068 discuss specific feedback we're interested in getting while MF2 is in tech preview. We should figure out how to ask such questions in general, and...
The syntax of MessageFormat 2 is the result of a long chain of discussions, arguments, compromises, and the balancing of multiple different stakeholders and concerns. While it is quite capable...
Currently, we allow an MF2 implementation (or its users) to extend the spec in two different places: - custom functions - private-use annotations Of these, the functions may be defined...
The description texts included in `registry.xml` were in part copied from MDN as comments in #420, and then included as actual content in #533. We should review all of them,...
WIP, will probably get modified and rebased. Various parts of the extension are still pretty buggy. To play around with this, check out the `mf2-vscode` branch, and run at the...