We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd2cd7 commit becfa53Copy full SHA for becfa53
tools/script_manager.lua
@@ -60,7 +60,7 @@ local gettext = dt.gettext
60
61
62
-- 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/")
+dt.gettext.bindtextdomain("script_manager",dt.configuration.config_dir.."/lua/locale/")
64
65
local function _(msgid)
66
return gettext.dgettext("script_manager", msgid)
0 commit comments