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 8383 <td class="description last">
8484 <?js if (params.hasAttributes) {?>
8585 <?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>
8787 <?js } ?>
8888 <?js if (param.nullable) { ?>
8989 <span class="nullable">nullable</span>
Original file line number Diff line number Diff line change 9696
9797
9898 <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>
100100 <?js } ?><?js= prop.description ?><?js if (prop.subprops) { ?>
101101 <h6>Properties</h6><?js= self.partial('properties.tmpl', prop.subprops) ?>
102102 <?js } ?></td>
You can’t perform that action at this time.
0 commit comments