fn builtin_gettext(
args: &[RValue],
_named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Translate a message (i18n stub — returns the message unchanged).
@param … character strings to return @param domain translation domain (ignored) @return character vector @namespace base