summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-08-28 17:39:11 +0300
committerVika <vika@fireburn.ru>2024-08-28 17:39:11 +0300
commit3ca8e690ed58f4267cc4ec132551d24a9a557e85 (patch)
treefb350d8ce10ba62e30cfaeff8d95c2daad61fa92 /Cargo.toml
parent46dad112791ae0607a98788ddae322eb25d02c93 (diff)
Bring in gettext and related tools
xtr is better at extracting translatables from Rust than xgettext is.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79bae5f..70802d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2021"
 [dependencies]
 adw = { version = "0.7.0", package = "libadwaita", features = ["v1_5"] }
 futures = "0.3.30"
+gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
 gio = { version = "0.20.1", features = ["v2_80"] }
 glib = { version = "0.20.1", features = ["log"] }
 gtk = { version = "0.9.0", package = "gtk4", features = ["gnome_46", "v4_14"] }