Closed csandven closed 10 months ago
@kgv I do not know any Russian, so if you might help me with that, it would be appriciated
could be wrong, but this seems very similar to #32 from me. I also assumed you couldn't use the parameters, but you actually could. i'm not so up to date with this crate, but last time i used it in bevy 0.11.x i could just do
localization.content("id?attribute=value")
as seen here: https://docs.rs/fluent_content/0.0.5/fluent_content/struct.Request.html#examples
As far as I have seen, there is currently no way of using the fluent variables in tlf files. This PR makes it so that you can use that feature of fluent-rs.
The ui-example was extended to demonstrate how to use it.