Closed hadley closed 3 years ago
I'm also surprised that domain is set to NA since according to the docs that turns suppresses translations.
That's because gettextf()
is doing the translation. So domain=NA
in the outer call says "skip the look-up, because it's already done".
Agree the suggested replacement should be cognizant of named arguments and keep them in the outer call.
Should be:
I'm also surprised that
domain
is set toNA
since according to the docs that turns suppresses translations.