[][src]Crate gettext_macros

A set of macros to make i18n easier.

Macros

compile_i18n

Compiles your internationalization files.

i18n

Marks a string as translatable and translate it at runtime.

i18n_domain

Gives you the translation domain for the current crate.

include_i18n

Use this macro to staticaly import translations into your final binary.

init_i18n

This macro configures internationalization for the current crate

t

Marks a string as translatable