Skip to main content

Module i18n

Module i18n 

Source

Structs§

I18n
The main handle for accessing and managing internationalization state.
I18nConfig
The configuration for I18n.
Locale
Locale is a “place-holder” around what will eventually be a fluent::FluentBundle

Enums§

LocaleResource
A LocaleResource can be static text, or a filesystem file.

Functions§

use_init_i18n
Initialize an I18n instance and provide it to descendant components.
use_share_i18n
Provide an existing I18n instance to descendant components.