xref: /plugin/autotranslation/conf/default.php (revision e33449a85c8468e2e48c870680e1f12f14f1f59d)
184877e9bSAndreas Gohr<?php
284877e9bSAndreas Gohr/**
384877e9bSAndreas Gohr * Default options for the translation plugin
484877e9bSAndreas Gohr *
584877e9bSAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
684877e9bSAndreas Gohr */
784877e9bSAndreas Gohr
884877e9bSAndreas Gohr$conf['translations']  = '';
984877e9bSAndreas Gohr$conf['translationns'] = '';
1084877e9bSAndreas Gohr$conf['skiptrans']     = '';
1184877e9bSAndreas Gohr$conf['dropdown']      = 0;
12c730e7ddSAndreas Gohr$conf['translateui']   = 0;
13c730e7ddSAndreas Gohr$conf['redirectstart'] = 0;
1484877e9bSAndreas Gohr$conf['checkage']      = 0;
1584877e9bSAndreas Gohr$conf['about']         = '';
16c730e7ddSAndreas Gohr$conf['localabout']    = 0;
17c730e7ddSAndreas Gohr$conf['display']       = 'langcode,title';
18bbe70520SAndreas Gohr$conf['copytrans']     = 0;
19*cd6eddcbSMichael Große$conf['show_path']     = 1;
20a4491becSGerry Weißbach$conf['redirectlocalized'] = 0;
21a4491becSGerry Weißbach$conf['autodetectnamespace'] = 1;
22