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

#474 pivoted into a discussion about variant patterns. Consequently, we now lack a good design doc about the text-first mode, _a.k.a._ unquoted simple patterns. I can recall a few arguments...

documentation
Stale
design
Future

(Creating a task to do some cleanup on our repo)

documentation
organizational
Future

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...

question
Future

CC @mradbourne, who should be added to the repo. As [discussed yesterday](https://github.com/unicode-org/message-format-wg/blob/main/meetings/2024/notes-2024-04-22.md#738), our error categories could be improved. This PR effects the categorisation we discussed, with "Message Function Error" introduced...

registry
formatting
errors

As initially observed at https://github.com/unicode-org/message-format-wg/pull/774#discussion_r1578160893

documentation
editorial
errors

Fixes #736, Works on #747 This design document describes the effect of selectors on subsequent pattern placeholders of the same operand. It presents several alternatives. This is still in "DRAFT"...

design
Action-Item
formatting
LDML46

During publication of v45, I found that we were missing a number of terms that we actively use in the specification. Among these are: - variable - external variable -...

syntax
LDML46

As discussed during today's call, we should communicate more clearly that using undefined options may allow for writing currently-errorfree messages that later turn into errors.

registry
editorial
LDML46

This PR adds a schema for the JSON test files and refactors the existing test files to match the schema. The schema is designed for easy interoperability with the `unicode/conformance`...

normative
test-suite
LDML46

CC @mradbourne Given that we shouldn't rely on `:number` and `:datetime` producing exact results but we still want to ensure that our interfaces with them work, let's add `:test:number` and...

test-suite