Eemeli Aro
Eemeli Aro
As identified in https://github.com/mozilla/pontoon/issues/2470#issuecomment-1107451952, this happens: ```python from fluent.syntax import ast, FluentParser, FluentSerializer parser = FluentParser() serializer = FluentSerializer() string = """places-open-in-container-tab = .label = Բացել նոր ներդիրում .accesskey =...
**Is your feature request related to a problem? Please describe.** With select messages, the case often arises that it's desirable for the selector value (in particular a number) to also...
This is forked from #263, which went a bit off-topic but in a constructive way. Quoting @aphillips from https://github.com/unicode-org/message-format-wg/issues/263#issuecomment-1126077393: > The discussion of a syntax without consideration for the serialization...
## Unicode MessageFormat WG **Time**: 18:30 CEST / 9:30 PDT **Call** : [Link](https://meet.google.com/yoq-zxui-squ) - Prioritise and resolve [issues](https://github.com/unicode-org/message-format-wg/issues?q=is%3Aissue+is%3Aopen+label%3Asyntax) raised with the [proposed syntax](https://github.com/unicode-org/message-format-wg/blob/develop/spec/syntax.md). - Discuss how we may proceed in...
## Unicode MessageFormat WG **Time**: 18:30 CEST - 9:30 PDT **Call**: [Link](https://meet.google.com/kww-pqct-qdr) This meeting will focus on the syntax proposal, with a [presentation](https://docs.google.com/presentation/d/1kjHMz3pXEZmxC999_Fri3dj51uOCivlcy_fxwlm1cVk/edit?usp=sharing) by @eemeli and @stasm. We've managed to...
A good exploration and description is needed for the runtime behaviour of message formatting, i.e. how the various inputs are handled, how the values of various parts of a message...
This PR adds the data model for message resources and groups, i.e. groupings and hierarchical structures of messages. It refers to the `Message` data type, which is defined in #195....
As the proposal's text describes, a `Formattable` is a wrapper around values and their formatting options. It may be thought of as an abstraction that allows us to define the...
While working on implementing the transformations between the data model and XLIFF, it's become obvious that we need to specify a bit better the text of our third [deliverable](../blob/master/guidelines/goals.md#deliverables): >...
As discussed on Monday's call. For background, see [this presentation](https://docs.google.com/presentation/d/19Q90N6Z9HNF0t_bc2_jtUdYu2PKTPy1oFxuJsxrh2O8/edit?usp=sharing).