File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77class Jed extends Generator implements GeneratorInterface
88{
99 public static $ options = [
10- 'json ' => JSON_PRETTY_PRINT ,
10+ 'json ' => 0 ,
1111 ];
1212
1313 /**
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Json extends Generator implements GeneratorInterface
1010 use MultidimensionalArrayTrait;
1111
1212 public static $ options = [
13- 'json ' => JSON_PRETTY_PRINT ,
13+ 'json ' => 0 ,
1414 'includeHeaders ' => true ,
1515 ];
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class JsonDictionary extends Generator implements GeneratorInterface
1010 use DictionaryTrait;
1111
1212 public static $ options = [
13- 'json ' => JSON_PRETTY_PRINT ,
13+ 'json ' => 0 ,
1414 'includeHeaders ' => false ,
1515 ];
1616
Original file line number Diff line number Diff line change 88
99//Config
1010Gettext \Translations::$ insertDate = false ;
11+
12+ Gettext \Generators \Jed::$ options ['json ' ] = JSON_PRETTY_PRINT ;
13+ Gettext \Generators \Json::$ options ['json ' ] = JSON_PRETTY_PRINT ;
14+ Gettext \Generators \JsonDictionary::$ options ['json ' ] = JSON_PRETTY_PRINT ;
You can’t perform that action at this time.
0 commit comments