Macro gettextrs::dcngettext[][src]

macro_rules! dcngettext {
    ($domainname:expr, $category:expr, $msgid:expr, $msgid_plural:expr, $n:expr, $($args:expr),+ $(,)?) => { ... };
}

Like dcngettext, but allows for formatting.

It calls dcngettext on domainname, category, msgid, msgid_plural, and n, and then replaces each occurrence of {} with the next value out of args.