mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
l10n: disable the arch locale init
This commit is contained in:
parent
1a80fc59a3
commit
5ab807a561
1 changed files with 1 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue