Luke Frisken
Luke Frisken
Hi thanks for reporting, I'll look into this today!
Which platform are you on by the way? The https://github.com/rust-locale/locale_config/ library used appears to be mostly abandoned and has existing issues, I haven't yet found a suitable replacement.
Hmm interesting, I'm also on Archlinux! Hopefully it will be easy for me to replicate
It would also be kind of strange to have other systems appear in your autocompletion some libraries may use another system.
Hi @wiiznokes this is slightly related to #109 It looks like the code in your example is different to the one referenced in the error message? ```rust let error_text =...
> I imagine that to be able to do this, we would have to generate all the strings in a static array, and that fl! return a `&'static str`. >...
I think that the problem here is the ownership of the message returned by the `fl!()` macro, for instances where messages are being formatted with dynamic variables, it will need...
Just out of interest, what is the type signature for the function `name.error()`? @wiiznokes
The lifetime for the messages stored in `FluentLoader` makes it difficult to return a reference to them, even if there is no message formatting going on. This is because it's...
Let me know if you thinks this issue should still be open, otherwise I think it might be resolved for now. We can open a new one if we need...