(feat) Commands are now translatable.

Closes #8

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-10-29 17:39:36 +00:00
parent 46c6a25164
commit 9882a127bc
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
7 changed files with 309 additions and 10 deletions

View file

@ -17,6 +17,9 @@ name = "er"
[dependencies]
anyhow = "1.0.75"
dotenvy = "0.15.7"
fluent = "0.16.0"
fluent-syntax = "0.11.0"
intl-memoizer = "0.5.1"
poise = "0.5.6"
reqwest = "0.11.22"
serde = { version = "1.0.188", features = ["derive"] }