uutils/coreutils

"cargo install" only build in English

开放

#8,594 创建于 2025年9月9日

 (5 条评论) (0 个反应) (0 位负责人)Rust (2,003 个派生)batch import
J - Localegood first issue

仓库指标

星标
 (23,984 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南