summaryrefslogtreecommitdiff
path: root/sendto/caja-sendto-module.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-16 15:46:08 +0200
committerraveit65 <[email protected]>2022-08-20 22:29:25 +0200
commite6db1305ab8f0ec981cf6b38820e84108b67b11d (patch)
tree4e71478003082d91a07c5a200f48850cc5a458c8 /sendto/caja-sendto-module.c
parent969e0d9448e40b821b0623a94424e998d926511d (diff)
downloadcaja-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/caja-sendto-module.c')
-rw-r--r--sendto/caja-sendto-module.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sendto/caja-sendto-module.c b/sendto/caja-sendto-module.c
index ed580ba..dc453ae 100644
--- a/sendto/caja-sendto-module.c
+++ b/sendto/caja-sendto-module.c
@@ -37,6 +37,10 @@ caja_module_initialize (GTypeModule*module)
{
g_print ("Initializing caja-sendto extension\n");
caja_nste_register_type (module);
+#ifdef ENABLE_NLS
+ bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+#endif /* ENABLE_NLS */
}
void