Macros§
- lang
- langid
- 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…
Structs§
- I18n
- I18n
Config - The configuration for
I18n. - Language
Identifier LanguageIdentifieris a core struct representing a Unicode Language Identifier.- Locale
Localeis a “place-holder” around what will eventually be afluent::FluentBundle
Enums§
- Dioxus
I18n Error - Locale
Resource - A
LocaleResourcecan be static text, or a filesystem file.
Functions§
- use_
init_ i18n - Initialize the i18n provider.