mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-07 18:47:15 +08:00
type: Do not translate the type "builtin"
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
This is a functional string, it should not be translated. And we do not translate the others.
This commit is contained in:
parent
00c7baf68c
commit
fac29e775a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user