Eemeli Aro

Results 135 issues of Eemeli Aro

This is effectively a rewrite of the `sync_project()` function that's currently [here](https://github.com/mozilla/pontoon/blob/714efff98f78682ebee7dd19230a40373834a77b/pontoon/sync/tasks.py#L65), and which ends up calling most of the code under `pontoon/sync/`. The end results of the code here...

Adds a new "basket" of **_date/time locale options_** that override defaults set in the current locale or an implementation-defined date/time _operand_ value. These are optional, and can be made available...

registry

Closes #838 Adds definitions for `style=currency` and `style=unit` as OPTIONAL for `:number`. Support for compound operand values SHOULD be provided, and the corresponding `currency` and `unit` options MAY be provided....

registry
Agenda+
LDML46.1

This is a continuation for the changes of #728, defining a _fallback value_ explicitly as a _resolved value_, and rephrasing the parts of the spec that refer to resolution failures...

formatting
LDML46.1

Closes #675 The current text depends on "the JSON string representation of the numeric value of `resolvedSelector`", which is rather fuzzy: There is no _the_ JSON string representation of a...

registry
normative

It would probably be a good idea for us to be conformant with both [UAX #31](https://www.unicode.org/reports/tr31/) and [UTS #55](https://www.unicode.org/reports/tr55/). We're already in #673 and the [bidi-usability design doc](https://github.com/unicode-org/message-format-wg/blob/main/exploration/bidi-usability.md) working on...

syntax
blocker-candidate
normative
Action-Item

During the February meetings, we ended up leaving out the `:number` `style` values `currency` and `unit`, and their related options: `currency`, `currencyDisplay`, `currencySign`, `unit`, `unitDisplay`. Furthermore, we also include this...

registry

This code is a bit buggy: https://github.com/izimobil/polib/blob/bcb2bbab34448ca2e703a364ee523a6241eeff72/polib.py#L1268-L1275 When the `pofile` argument is a path, the file is opened in text mode, which means that iterating it will result in lines...

Together with #8093 this fixes #8079. **What kind of change does this PR introduce?** This adds a compile-time error when an AMD-only external dependency is used with a non-AMD target....

PR: CI-ok
PR: review-outdated
PR: conflict