fluent-rs
fluent-rs copied to clipboard
Behaviour of FluentArgs::set is misleading
FluentArgs::set does not currently replace arguments in the latest version of fluent-bundle (v0.15.2)
The PR that fixes this issue (https://github.com/projectfluent/fluent-rs/pull/271) was merged Oct 27 2022.
As such the issue is fixed using the main branch of this repository but unfortunately this is not the case for crates.io users.
It may be worth considering doing a release for fluent-bundle so that this change is available to users on crates.io.