Module i18n

Module i18n 

Source

Structs§

I18n
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 the i18n provider.
use_share_i18n
Provide an existing I18n to descendant components. This is useful for sharing the same global state across different parts of the component tree or across multiple windows.