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

uucore: add functions to manage translations

This commit is contained in:
Sylvestre Ledru 2025-05-18 18:38:05 +02:00
parent cd9ce77098
commit 5a7c50d64e
8 changed files with 645 additions and 15 deletions

View file

@ -362,6 +362,11 @@ sm3 = "0.4.2"
crc32fast = "1.4.2"
digest = "0.10.7"
# Fluent dependencies
fluent-bundle = "0.15.3"
fluent = "0.16.1"
unic-langid = "0.9.6"
uucore = { version = "0.0.30", package = "uucore", path = "src/uucore" }
uucore_procs = { version = "0.0.30", package = "uucore_procs", path = "src/uucore_procs" }
uu_ls = { version = "0.0.30", path = "src/uu/ls" }