summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-08-27 15:59:27 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-08-27 15:59:27 +0100
commit7210d1a2cfb33e870901629b2423a2f183c08954 (patch)
treef87b9b40139ea001dedab20a5ee132385c28c53b /utils
parente3e7951c1c1c6f465ffa8150ce395a98f4d3afd5 (diff)
downloadgitano-7210d1a2cfb33e870901629b2423a2f183c08954.tar.gz
Initial i18n/l10n of gitano-setup
Diffstat (limited to 'utils')
-rw-r--r--utils/install-lua-bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/install-lua-bin b/utils/install-lua-bin
index 4c1feae..5cc587e 100644
--- a/utils/install-lua-bin
+++ b/utils/install-lua-bin
@@ -51,7 +51,7 @@ while line do
elseif token == "GITANO_PLUGIN_PATH" then
output_fh:write(("gitano.plugins.load_plugins %s\n"):format(inst_plugin_path))
elseif token == "GITANO_I18N_PATH" then
- output_fh:write(("gitano.i18n.set_langpack_path(%q)\n"):format(inst_share_path .. "/lang"))
+ output_fh:write(("gitano.i18n.set_langpack_path(%q) gitano.i18n.set_category()\n"):format(inst_share_path .. "/lang"))
else
output_fh:write("-- Unknown token: " .. token .. "\n")
end