File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build/jsdocs/template/tmpl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
<td class="description last">
84
84
<?js if (params.hasAttributes) {?>
85
85
<?js if (param.optional) { ?>
86
- <span class="optional">可选 </span>
86
+ <span class="optional"> <?js if (self.language==='en') { ?><?js= 'optional' ?><?js }else{ ?><?js= '可选' ?><?js } ?> </span>
87
87
<?js } ?>
88
88
<?js if (param.nullable) { ?>
89
89
<span class="nullable">nullable</span>
Original file line number Diff line number Diff line change 96
96
97
97
98
98
<td class="description last"> <?js if (prop.optional) { ?>
99
- <span class="optional">可选 </span>
99
+ <span class="optional"><?js if (self.language==='en') { ?><?js= 'optional' ?><?js }else{ ?><?js= '可选' ?><?js } ?> </span>
100
100
<?js } ?><?js= prop.description ?><?js if (prop.subprops) { ?>
101
101
<h6>Properties</h6><?js= self.partial('properties.tmpl', prop.subprops) ?>
102
102
<?js } ?></td>
You can’t perform that action at this time.
0 commit comments