summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/translation/conf/default.php
blob: 3a2013168072fd234d217e4f59b349646278324e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * Default options for the translation plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$conf['translations']  = '';
$conf['translationns'] = '';
$conf['skiptrans']     = '';
$conf['dropdown']      = 0;
$conf['translateui']   = 0;
$conf['redirectstart'] = 0;
$conf['checkage']      = 0;
$conf['about']         = '';
$conf['localabout']    = 0;
$conf['display']       = 'langcode,title';
$conf['copytrans']     = 0;
$conf['show_path']     = 1;