Skip to content

Commit b6770a7

Browse files
committed
uucore: add functions to manage translations
1 parent eff2cd9 commit b6770a7

File tree

8 files changed

+672
-15
lines changed

8 files changed

+672
-15
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
@@ -361,6 +361,11 @@ sm3 = "0.4.2"
361361
crc32fast = "1.4.2"
362362
digest = "0.10.7"
363363

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

0 commit comments

Comments
 (0)