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

l10n: port stat for translation + use thiserror + add french

This commit is contained in:
Sylvestre Ledru 2025-06-22 11:21:51 +02:00
parent 411874f34b
commit 3f0b87e319
5 changed files with 333 additions and 70 deletions

1
Cargo.lock generated
View file

@ -3671,6 +3671,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"clap",
"thiserror 2.0.12",
"uucore",
]