Crate freya_i18n

Source

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::DioxusI18nError if id not found…
tid
Translate message from key, return id if no translation found…