uutils/coreutils

"cargo install" only build in English

Aberta

#8.594 aberto em 9 de set. de 2025

 (5 comentários) (0 reação) (0 responsável)Rust (2.003 forks)batch import
J - Localegood first issue

Métricas do repositório

Stars
 (23.984 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador