Module i18n

Source

Modules§

fluent
Fluent is a modern localization system designed to improve how software is translated.
i18n
i18n_macro
Key translation macros.
prelude
unic_langid
unic-langid is a core API for parsing, manipulating, and serializing Unicode Language Identifiers.

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…