uutils/coreutils

"cargo install" only build in English

Open

#8.594 geöffnet am 9. Sept. 2025

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.852 Forks)batch import
J - Localegood first issue

Repository-Metriken

Stars
 (23.246 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 23h) (239 gemergte PRs in 30 T)

Beschreibung

with

cargo install uu_yes

we install the binary in ~/.cargo/bin/

This command ~/.cargo/bin/yes --help will show English strings.

We probably want to update this code: https://github.com/uutils/coreutils/blob/main/src/uucore/build.rs#L216 to detect the local of the system and embedded both english (for fallback) and the user translation locales.

Contributor Guide