Eemeli Aro
Eemeli Aro
Ummm. Did you perhaps miss my PR for this, onto your `zbraniecki:pluralrules` branch? https://github.com/zbraniecki/Intl.js/pull/1
See #53 for the reason this is failing.
@ljharb npm requires them in the package's top-level package.json, but does not require them for package.json files that are in its subdirectories. The usage pattern that triggers this is the...
I'm not completely sure about `"name"`, but `"version"` is certainly optional when a package.json includes `"private": true`. I use that often in e.g. documentation, when including such as npm workspaces...
@willfarrell You're right, the docs page is still a little bit misleading. It might be clearer to follow @stasm's suggestion [from above](#issuecomment-460199950), and use South African English as the example...
Yeah, that makes sense. Would you be willing/interested in submitting a PR for that, probably by adding an optional second arg like `{ forwardRef?: boolean }` to `withLocalization()`?
It would probably make more sense for date and time ranges to be represented by their own `FluentType` implementations rather than extending `FluentNumber` and `FluentDateTime`. Correspondingly, the functions for generating...
> Not sure if that happens a lot, but why not show the button even for the single candidate? It would make the candidate, even if it's the only one,...
The patches migrating [notification.dtd](https://phabricator.services.mozilla.com/D154890) and [translation.dtd](https://phabricator.services.mozilla.com/D155110) to Fluent will now leave the legacy files in the tree until this is resolved. I've filed [bug 1788595](https://bugzilla.mozilla.org/show_bug.cgi?id=1788595) for tracking this, as it's...
I'd prefer failing as late as possible when formatting, as this allows for usage as in the `$expirationDate` example above. This probably matches "Option 2", if I've understood right. On...