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

Developing a standard for localizable message strings

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

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

requirements

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

requirements

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

requirements

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

requirements

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

requirements

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

requirements

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

requirements
Future

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

requirements

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

requirements

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

requirements