xref: /plugin/autotranslation/conf/default.php (revision c730e7dd40be41b770bdf3528d60a4b1dd635c1d)
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