1<?php
2
3/**
4 * Default options for the translation plugin
5 *
6 * @author Andreas Gohr <andi@splitbrain.org>
7 */
8
9$conf['translations']  = '';
10$conf['translationns'] = '';
11$conf['skiptrans']     = '';
12$conf['dropdown']      = 0;
13$conf['translateui']   = 0;
14$conf['redirectstart'] = 0;
15$conf['checkage']      = 0;
16$conf['about']         = '';
17$conf['localabout']    = 0;
18$conf['display']       = 'langcode,title';
19$conf['copytrans']     = 0;
20$conf['show_path']     = 1;
21