i18n support

This commit is contained in:
Victoria Brekenfeld 2023-06-27 17:40:14 +02:00
parent bdcb803efa
commit 7338ac8c57
5 changed files with 359 additions and 0 deletions

View file

@ -43,6 +43,9 @@ puffin = { version = "0.14.3", optional = true }
puffin_egui = { version = "0.21.0", optional = true }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "39c96ac", default-features = false, features = ["libcosmic"] }
once_cell = "1.18.0"
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6"
rust-embed = "6.6"
[dependencies.id_tree]
git = "https://github.com/Drakulix/id-tree.git"