uutils/coreutils

"cargo install" only build in English

Open

#8,594 opened on 2025年9月9日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Rust (1,852 forks)batch import
J - Localegood first issue

Repository metrics

Stars
 (23,246 stars)
PR merge metrics
 (平均マージ 5d 23h) (30d で 239 merged PRs)

説明

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.

コントリビューターガイド