From e6db1305ab8f0ec981cf6b38820e84108b67b11d Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 16 Jul 2022 15:46:08 +0200 Subject: Failed to resolve the path to caja-extensions.mo on guix system --- sendto/plugins/caja-burn/caja-burn.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sendto/plugins/caja-burn') diff --git a/sendto/plugins/caja-burn/caja-burn.c b/sendto/plugins/caja-burn/caja-burn.c index b9cbb53..80aa7d5 100644 --- a/sendto/plugins/caja-burn/caja-burn.c +++ b/sendto/plugins/caja-burn/caja-burn.c @@ -50,6 +50,11 @@ gboolean init (NstPlugin *plugin) g_print ("Init caja burn plugin\n"); +#ifdef ENABLE_NLS + bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); +#endif /* ENABLE_NLS */ + it = gtk_icon_theme_get_default (); gtk_icon_theme_append_search_path (it, DATADIR "/brasero/icons"); -- cgit v1.2.1