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