Macro simple_i18n::i18n[][src]

macro_rules! i18n {
    ($field:expr) => { ... };
    ($field:expr; loose) => { ... };
}
Expand description

Get text i18n!("words.hello") i18n!("words.hello"; loose)