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