macro_rules! dgettext {
($domainname:expr, $msgid:expr, $($args:expr),+ $(,)?) => { ... };
}
Like dgettext, but allows for formatting.
It calls dgettext on domainname and msgid, and then replaces each occurrence of {}
with the next value out of args.