Module i18n_embed::gettext

source ·
Expand description

This module contains the types and functions to interact with the gettext localization system.

Most important is the GettextLanguageLoader.

⚠️ This module requires the following crate features to be activated: gettext-system.

Macros

  • A procedural macro to create a new GettextLanguageLoader using the current crate’s i18n.toml configuration, and domain.

Structs