Eemeli Aro
Eemeli Aro
Related: #35 I would be interested in helping to develop YAML's specification, but I don't know how that's supposed to happen. Is there some established group or organisation that's driving...
After the update to 0.6.0, my tests started failing due to this: ```js import { allCountryCodes } from 'country-telephone-data' allCountryCodes['1'] // [ 'um', 'ca', 'do', 'pr' ] ``` The country...
Based on #10, this goes on to refactor the internal data format and separates the data into `data.json` and the output functions into `index.js`. All external interfaces are kept unmodified....
As [discussed](https://github.com/unicode-org/message-format-wg/blob/main/meetings/2024/notes-2024-05-13.md#743) on yesterday's call, we should instruct processors to only escape as necessary. This adds a new normative SHOULD for "when programmatically emitting message syntax", which is novel for...
An observation from [implementing](https://github.com/messageformat/messageformat/compare/mf2-source-bidi) bidi isolation as proposed in #781, but which also applies to the currently proposed design for [bidi usability](https://github.com/unicode-org/message-format-wg/blob/main/exploration/bidi-usability.md): Isolating quoted patterns on the outside adds LRI,...
An observation from [implementing](https://github.com/messageformat/messageformat/compare/mf2-source-bidi) bidi isolation as proposed in #781, but which also applies to the currently proposed design for [bidi usability](https://github.com/unicode-org/message-format-wg/blob/main/exploration/bidi-usability.md): Requiring the pairing of `open-isolate` and `close-isolate` sets...
The core idea is to provide explicit and well-defined support for `u:id`, `u:locale`, and `u:dir` when used as function or markup options, and to thereby clarify that expression attributes have...
Context: #523 This moves the accepted & rejected design docs to a more likely location under `docs/design/`, and fixes their titles & metadata. A README is added to that folder....
Leaving as a WIP to track API changes until v3 is generally available.
As discussed on [#l10n-community](https://matrix.to/#/#l10n-community:mozilla.org): @bcolsson: > I have a question regarding how to best handle a bidirectional bug I'm encountering for a new RTL locale (Saraiki) in Firefox. There's a...