[][src]Macro gettext_macros::i18n_domain

i18n_domain!() { /* proc-macro */ }

Gives you the translation domain for the current crate.

Return value

A 'static str containing the GetText domain of this crate.

Example

This example is not tested
println!("The GetText domain is: {}", i18n_domain!());