Packages
Handle user’s language and generate .pot files with translatable texts.
Current section
Files
Jump to
Current section
Files
priv/dispatch/dispatch_translation
%% -*- mode: erlang -*-
[
{admin_translation, ["admin", "translation"], controller_admin,
[{acl_module, mod_translation}, {template, "admin_translation.tpl"}, {selected, translation}, seo_noindex]},
{language_switch, ["language", "switch"], controller_template, [{template, "language_switch.tpl"}, seo_noindex]},
{language_select, ["language", "select", code], controller_language_set, [seo_noindex]}
].