File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internationalization/locales
output/themes/default/partials Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ export = localeUtils.buildIncompleteTranslation({
377377 kind_call_signature : "调用签名" ,
378378 kind_index_signature : "索引签名" ,
379379 kind_constructor_signature : "构造函数签名" ,
380- kind_parameter : "范围 " ,
380+ kind_parameter : "参数 " ,
381381 kind_type_literal : "类型字面量" ,
382382 kind_type_parameter : "类型参数" ,
383383 kind_accessor : "访问器" ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export function commentTags(context: DefaultThemeRenderContext, props: Reflectio
7979
8080 return (
8181 < >
82- < div class = { `tsd-tag-${ name } ` } >
82+ < div class = { `tsd-tag-${ item . tag . substring ( 1 ) } ` } >
8383 < h4 class = "tsd-anchor-link" >
8484 < a id = { anchor } class = "tsd-anchor" > </ a >
8585 { name }
You can’t perform that action at this time.
0 commit comments