diff options
Diffstat (limited to 'plugins/boot.lua')
-rw-r--r-- | plugins/boot.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/boot.lua b/plugins/boot.lua index 8ae3e069755..28ba9e40498 100644 --- a/plugins/boot.lua +++ b/plugins/boot.lua @@ -3,6 +3,8 @@ require('lfs') _G._ = emu.lang_translate +_G.N_ = function (message) return message end +_G.N_p = function (context, message) return message end _G.emu.plugin = {} -- table to contain plugin interfaces -- substitute environment variables in the plugins path from options local dirs = emu.subst_env(manager.options.entries.pluginspath:value()) |