19 lines
465 B
PHP
19 lines
465 B
PHP
<?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;
|