change some initial settings

master
Jean-Christian Paul Denis 2021-09-25 18:04:00 +02:00
parent 3e06d6d3b2
commit 1fad524e7c
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 3 additions and 3 deletions

View File

@ -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'
],