Add translation support

This commit is contained in:
Jeremy Soller 2023-10-30 09:34:36 -06:00
parent 4faee3956e
commit b2998f4317
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
8 changed files with 446 additions and 49 deletions

View file

@ -11,6 +11,10 @@ fontdb = "0.15.0"
lazy_static = "1.4.0"
log = "0.4.20"
rfd = "0.12.0"
# Internationalization
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
rust-embed = "6.3.0"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text"