Re-exports§
pub use fluent;pub use unic_langid;
Modules§
- i18n
- i18n_
macro - Key translation macros.
- prelude
Macros§
- t
- Translate message from key, panic! if id not found…
- te
- Translate message from key, returning
crate::prelude::DioxusI18nErrorif id not found… - tid
- Translate message from key, return id if no translation found…