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 --- open-terminal/open-terminal.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'open-terminal/open-terminal.c') diff --git a/open-terminal/open-terminal.c b/open-terminal/open-terminal.c index 600a8dd..b59841f 100644 --- a/open-terminal/open-terminal.c +++ b/open-terminal/open-terminal.c @@ -38,6 +38,10 @@ caja_module_initialize (GTypeModule *module) caja_open_terminal_register_type (module); type_list[0] = CAJA_TYPE_OPEN_TERMINAL; +#ifdef ENABLE_NLS + bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); +#endif /* ENABLE_NLS */ } void -- cgit v1.2.1