mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
18 lines
437 B
PHP
18 lines
437 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;
|