Add translation support
This commit is contained in:
parent
4faee3956e
commit
b2998f4317
8 changed files with 446 additions and 49 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue