Eemeli Aro
Eemeli Aro
New fix released as 2.1.3. @fluggo Please let me know if that actually fixes this?
Closing as presumably fixed.
Reading through the original discussion adding this (projectfluent/fluent.js#439), the `100` value appears pretty much arbitrary, so bumping it up to a larger number would be just as valid, but also...
I think there are two actions which are currently conflated into one externally visible interface: 1. Waiting for a message to become available 2. Formatting a message Combining these into...
> For example, a scenario may happen where you request `key1` with a variable that resolves (success), and then request again with a variable that fails. If we wanted to...
Okay, that makes sense. For micro-locales, fallbacking like this would indeed need to be treated as a normal rather than exceptional event. This does have us using one fallbacking system...
Apologies for the delay; I've been travelling and currently fluent.js reviews pretty much fall on me. In general, I think I'd be fine with adding `getFragment()`, as it makes behaviour...
@Vinnl I'd be happy to have you poke at this. :) My gut feeling would be to have it so that `Localized` calls `getFragment()` internally. If there's a reason why...
> * How deep does the replacement magic go? Obviously `Some string` works, and so does `Some string`, but how deep does it go? The replacements only apply to the...
Okay, I can see now that the docs clearly do spell out this difference. I'd read them earlier, but that detail had not registered. Honestly, it does seem like an...