Open
Description
I cannot find an example putting everything together for a practical implementation. There are 3 disparate examples:
- fluent-bundle/examples/simple-app.rs
- fluent-fallback/examples/simple-fallback.rs
- fluent-resmgr/examples/simple-resmgr.rs
Is it expected that we use all of fluent_bundle
, fluent_langneg
, fluent_fallback
and fluent_resmgr
together? If so, there should be an example showing how all the pieces fit together. If not, there should be explanation of when to use what (and why not).