Macro i18nx::t

source ·
macro_rules! t {
    ($template:literal) => { ... };
    ($template:expr, $($values:tt)*) => { ... };
}
Expand description

Same as Dictionary::get but uses global dictionary.