Skip to content

Commit

Permalink
Merge pull request #2766 from Huxpro/patch-1
Browse files Browse the repository at this point in the history
Correct "kind_parameter" in zh.cts
  • Loading branch information
Gerrit0 authored Nov 7, 2024
2 parents c4b6545 + 700ae5d commit 8c868f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/internationalization/locales/zh.cts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export = buildIncompleteTranslation({
kind_call_signature: "调用签名",
kind_index_signature: "索引签名",
kind_constructor_signature: "构造函数签名",
kind_parameter: "范围",
kind_parameter: "参数",
kind_type_literal: "类型字面量",
kind_type_parameter: "类型参数",
kind_accessor: "访问器",
Expand Down

0 comments on commit 8c868f7

Please sign in to comment.