Skip to content

Commit 572c58e

Browse files
committed
uucore: add functions to manage translations
1 parent a5a9f7d commit 572c58e

File tree

10 files changed

+715
-93
lines changed

10 files changed

+715
-93
lines changed

.vscode/cspell.dictionaries/workspace.wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ getrandom
2525
globset
2626
indicatif
2727
itertools
28+
langid
2829
lscolors
2930
mdbook
3031
memchr
@@ -46,6 +47,7 @@ termsize
4647
termwidth
4748
textwrap
4849
thiserror
50+
unic
4951
ureq
5052
walkdir
5153
winapi

Cargo.lock

Lines changed: 146 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,11 @@ sm3 = "0.4.2"
362362
crc32fast = "1.4.2"
363363
digest = "0.10.7"
364364

365+
# Fluent dependencies
366+
fluent-bundle = "0.15.3"
367+
fluent = "0.15.0"
368+
unic-langid = "0.9.1"
369+
365370
uucore = { version = "0.0.30", package = "uucore", path = "src/uucore" }
366371
uucore_procs = { version = "0.0.30", package = "uucore_procs", path = "src/uucore_procs" }
367372
uu_ls = { version = "0.0.30", path = "src/uu/ls" }

0 commit comments

Comments
 (0)