message-format-wg icon indicating copy to clipboard operation
message-format-wg copied to clipboard

Developing a standard for localizable message strings

Results 249 message-format-wg issues
Sort by recently updated
recently updated
newest added

registry.md says that time zone IDs are "A valid time zone identifier" with links to LDML and TZDB. However, LDML and TZDB define two different standards for time zone identifiers:...

functions
Preview-Feedback
LDML48

The stability policy is too weak to be useful: Consider the following. - After v47 releases, implementation X defines its own custom function :unit. This formats unit names, like “mètre”...

normative
specification
Feedback

In `u-options.json` we have the following test case: ```json { "src": "{#tag u:dir=rtl u:locale=ar}content{/ns:tag}", "exp": "content", "expErrors": [{ "type": "bad-option" }, { "type": "bad-option" }], "expParts": [ { "type": "markup",...

test-suite
LDML48
u-namespace

The `:unit` formatter/selector function should have spec tests.

test-suite
LDML48

Conflicts between time zones coming from different sources has been a persistent pain point that the Temporal champions have worked to avoid. It would be nice for MessageFormat to not...

functions
Preview-Feedback
LDML48

This is similar to https://github.com/unicode-org/message-format-wg/issues/961, but about calendars. There could be two sources for calendars: the input type being formatted, and the message string. (Actually, there is a third, the...

functions
Preview-Feedback
LDML48

Added text 2024-11-24 ---- I think we need to be careful about our usage of the terms 'well-formed' and 'valid'. The following is not fully fleshed out; it is more...

normative
formatting
LDML48

I had made a comment about adding the short timezone identifiers to > timeZone (default is system default time zone or UTC) > - valid identifier per [BCP175](https://www.rfc-editor.org/rfc/rfc6557) That we...

functions
normative
LDML48

For consideration after the initial release. See also #125. We should support formatting (and potentially selection on) both numeric and datetime ranges.

functions
Future