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 /open-terminal | |
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 'open-terminal')
-rw-r--r-- | open-terminal/open-terminal.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |