Macro gettextrs::pgettext[][src]

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

Like pgettext, but allows for formatting.

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