From 1fad524e7c0567b835d801a554d60bccb41bbf6e Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 25 Sep 2021 18:04:00 +0200 Subject: [PATCH] change some initial settings --- inc/class.dc.translater.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/class.dc.translater.php b/inc/class.dc.translater.php index 3074fb0..b0d4f3b 100644 --- a/inc/class.dc.translater.php +++ b/inc/class.dc.translater.php @@ -69,7 +69,7 @@ class dcTranslater ], 'scan_tpl' => [ 'id' => 'translater_scan_tpl', - 'value' => 0, + 'value' => 1, 'type' => 'boolean', 'label' => 'Translate strings of templates files' ], @@ -87,13 +87,13 @@ class dcTranslater ], 'parse_comment' => [ 'id' => 'translater_parse_comment', - 'value' => 1, + 'value' => 0, 'type' => 'boolean', 'label' => 'Write comments and strings informations in lang files' ], 'parse_user' => [ 'id' => 'translater_parse_user', - 'value' => 1, + 'value' => 0, 'type' => 'boolean', 'label' => 'Write inforamtions about author in lang files' ],