dioxus
dioxus copied to clipboard
Internationalization (i18n)
Specific Demand
Would be very nice to have internationalization support in Dioxus or at least a working example. This library could be integrated for this job:
-
cargo-i18n. Uses
fluentorgettextand has support forwasm - fluent-rs
- gettext
Suggested implementation
I think it is possible to integrate it through use_provide_context or building a hook. I could try to implement it myself.