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

Gives you the translation domain for the current crate.

Return value

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

Example

println!("The GetText domain is: {}", i18n_domain!());