diff options
author | rbuj <[email protected]> | 2022-07-16 15:46:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-08-20 22:29:25 +0200 |
commit | e6db1305ab8f0ec981cf6b38820e84108b67b11d (patch) | |
tree | 4e71478003082d91a07c5a200f48850cc5a458c8 /sendto/plugins/gajim/gajim.c | |
parent | 969e0d9448e40b821b0623a94424e998d926511d (diff) | |
download | caja-extensions-e6db1305ab8f0ec981cf6b38820e84108b67b11d.tar.bz2 caja-extensions-e6db1305ab8f0ec981cf6b38820e84108b67b11d.tar.xz |
Failed to resolve the path to caja-extensions.mo on guix system
Diffstat (limited to 'sendto/plugins/gajim/gajim.c')
-rw-r--r-- | sendto/plugins/gajim/gajim.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sendto/plugins/gajim/gajim.c b/sendto/plugins/gajim/gajim.c index 303f4ab..29f3a15 100644 --- a/sendto/plugins/gajim/gajim.c +++ b/sendto/plugins/gajim/gajim.c @@ -262,6 +262,11 @@ init (NstPlugin *plugin) { g_print ("Init gajim plugin\n"); +#ifdef ENABLE_NLS + bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); +#endif /* ENABLE_NLS */ + /* connect to gajim dbus service */ jid_table = g_hash_table_new (g_str_hash, g_str_equal); if (!init_dbus()) { |