Skip to content

Commit 0bd8995

Browse files
committed
build(rm): add fluent dependency for internationalization
Add the fluent crate to enable localized messages in the rm utility, improving user experience across different locales.
1 parent 722dda9 commit 0bd8995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uu/rm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ thiserror = { workspace = true }
2222
clap = { workspace = true }
2323
uucore = { workspace = true, features = ["fs", "parser", "safe-traversal"] }
2424
indicatif = { workspace = true }
25+
fluent = { workspace = true }
2526

2627
[target.'cfg(unix)'.dependencies]
2728
libc = { workspace = true }

0 commit comments

Comments
 (0)