[][src]Module i18n_embed::gettext

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

gettext_language_loader

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

Structs

GettextLanguageLoader

LanguageLoader implementation for the gettext localization system.