Home
last modified time | relevance | path

Searched +full:translateui +(+path:plugin +path:translation) -(+path:plugin +path:translation +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/translation/
H A Daction.php37 if ($this->getConf('translateui')) {
38 $controller->register_hook('INIT_LANG_LOAD', 'BEFORE', $this, 'translateUI');
59 public function translateUI(Event $event)
56 public function translateUI(Doku_Event $event) global() function in action_plugin_translation
/plugin/translation/conf/
H A Ddefault.php13 $conf['translateui'] = 0;
H A Dmetadata.php15 $meta['translateui'] = array('onoff');