Macro gettextrs::gettext[][src]

macro_rules! gettext {
    ($msgid:expr, $($args:expr),+ $(,)?) => { ... };
}

Like gettext, but allows for formatting.

It calls gettext on msgid, and then replaces each occurrence of {} with the next value out of args.