uutils/coreutils

"cargo install" only build in English

Ouverte

#8 594 ouverte le 9 sept. 2025

 (5 commentaires) (0 réaction) (0 personne assignée)Rust (2 003 forks)batch import
J - Localegood first issue

Métriques du dépôt

Stars
 (23 984 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur