Skip to content

Commit becfa53

Browse files
committed
tools/script_manager - back ported gettext.bindomain fix
1 parent ebd2cd7 commit becfa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ local gettext = dt.gettext
6060

6161

6262
-- Tell gettext where to find the .mo file translating messages for a particular domain
63-
gettext.bindtextdomain("script_manager",dt.configuration.config_dir.."/lua/locale/")
63+
dt.gettext.bindtextdomain("script_manager",dt.configuration.config_dir.."/lua/locale/")
6464

6565
local function _(msgid)
6666
return gettext.dgettext("script_manager", msgid)

0 commit comments

Comments
 (0)