type: Do not translate the type "builtin"

This is a functional string, it should not be translated.

And we do not translate the others.
This commit is contained in:
Fabian Boehm 2025-01-09 16:41:17 +01:00
parent 00c7baf68c
commit fac29e775a

View file

@ -169,7 +169,7 @@ pub fn r#type(parser: &Parser, streams: &mut IoStreams, argv: &mut [&wstr]) -> O
if !opts.get_type {
streams.out.append(wgettext_fmt!("%ls is a builtin\n", arg));
} else if opts.get_type {
streams.out.append(wgettext!("builtin\n"));
streams.out.append(L!("builtin\n"));
}
if !opts.all {
continue;