1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

l10n: disable the arch locale init

This commit is contained in:
Sylvestre Ledru 2025-05-31 18:03:48 +02:00
parent 1a80fc59a3
commit 5ab807a561

View file

@ -7,11 +7,10 @@ use platform_info::*;
use clap::Command;
use uucore::error::{UResult, USimpleError};
use uucore::locale::{self, get_message};
use uucore::locale::get_message;
#[uucore::main]
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
locale::setup_localization(uucore::util_name())?;
uu_app().try_get_matches_from(args)?;
let uts =