message-format-wg
message-format-wg copied to clipboard
Developing a standard for localizable message strings
Fluent implicitly formats arguments in three situations: * Numbers in placeables are formatted using `NumberFormatter` * Dates in placeables are formatted using `DateFormatter` * Numbers in selector are formatted using...
**Is your feature request related to a problem? Please describe.** In a resource-file approach, it's common to group messages and give them a single comment which contains metadata about all...
**Is your feature request related to a problem? Please describe.** Besides the source text, message typically have a lot of metadata about them: comments explaining the context and the purpose,...
**Is your feature request related to a problem? Please describe.** Since variables move around in a sentence, it can become important to have letter casing to be specified by a...
**Is your feature request related to a problem? Please describe.** There should be a generic way to handle conditionals. When getting words into grammatical agreement, word choice can depend on...
**Is your feature request related to a problem? Please describe.** CLDR provides some list definitions, but it's not really complete. Conjunction or "and" lists are context sensitive in some languages....
**Is your feature request related to a problem? Please describe.** Pronouns are hard to do in many languages. It can depend on the grammatical gender of the noun or the...
**Is your feature request related to a problem? Please describe.** It's a common requirement to turn a quantity of something in a message format into something that is grammatically correct....
**Is your feature request related to a problem? Please describe.** There are times that you need to provide guidance on pronunciation of a given word. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** This request is similar to https://github.com/unicode-org/message-format-wg/issues/15. While message formatting should not have to natively support [SSML](https://www.w3.org/TR/speech-synthesis11/), it should not prevent...