summaryrefslogtreecommitdiff
path: root/wallpaper
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-16 15:46:08 +0200
committerraveit65 <[email protected]>2022-08-20 22:19:46 +0200
commitdfc041f39969c00dfdd7921a973928849782328a (patch)
tree0f743266a3042920b3ffbc1b1e9639fe2644d690 /wallpaper
parentf26a8624156376794f5e505c249eff6c1924fc1b (diff)
downloadcaja-extensions-dfc041f39969c00dfdd7921a973928849782328a.tar.bz2
caja-extensions-dfc041f39969c00dfdd7921a973928849782328a.tar.xz
Failed to resolve the path to caja-extensions.mo on guix system
Diffstat (limited to 'wallpaper')
-rw-r--r--wallpaper/caja-wallpaper-command.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wallpaper/caja-wallpaper-command.c b/wallpaper/caja-wallpaper-command.c
index f93211b..d7bea89 100644
--- a/wallpaper/caja-wallpaper-command.c
+++ b/wallpaper/caja-wallpaper-command.c
@@ -39,6 +39,10 @@ caja_module_initialize (GTypeModule*module)
{
g_print ("Initializing caja-wallpaper extension\n");
caja_cwe_register_type (module);
+#ifdef ENABLE_NLS
+ bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+#endif /* ENABLE_NLS */
}
void