change some initial settings
This commit is contained in:
parent
3e06d6d3b2
commit
1fad524e7c
1 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ class dcTranslater
|
||||||
],
|
],
|
||||||
'scan_tpl' => [
|
'scan_tpl' => [
|
||||||
'id' => 'translater_scan_tpl',
|
'id' => 'translater_scan_tpl',
|
||||||
'value' => 0,
|
'value' => 1,
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'label' => 'Translate strings of templates files'
|
'label' => 'Translate strings of templates files'
|
||||||
],
|
],
|
||||||
|
@ -87,13 +87,13 @@ class dcTranslater
|
||||||
],
|
],
|
||||||
'parse_comment' => [
|
'parse_comment' => [
|
||||||
'id' => 'translater_parse_comment',
|
'id' => 'translater_parse_comment',
|
||||||
'value' => 1,
|
'value' => 0,
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'label' => 'Write comments and strings informations in lang files'
|
'label' => 'Write comments and strings informations in lang files'
|
||||||
],
|
],
|
||||||
'parse_user' => [
|
'parse_user' => [
|
||||||
'id' => 'translater_parse_user',
|
'id' => 'translater_parse_user',
|
||||||
'value' => 1,
|
'value' => 0,
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'label' => 'Write inforamtions about author in lang files'
|
'label' => 'Write inforamtions about author in lang files'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue