Skip to content

Commit

Permalink
fix(dict): { 子类 => 子類別 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Nov 19, 2022
1 parent e923d22 commit b94b016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ IP 位址,IP 地址
複選框,复选框,復选框
多載,重载
套用,应用
子類別,子类
字串,字符串
存取,访问
存取器,访问器
Expand Down
3 changes: 3 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ describe(`should include`, () => {

[`合併`, `PhpLanguageFeature.coalesce.operator=从 PHP 7.0 起才允许使用合并运算符`],

[`類型`, `action.TypeHierarchy.Subtypes.text=子类型层次结构`],
[`類型`, `action.TypeHierarchy.Supertypes.text=父类型层次结构`],

]).sort((a, b) => {
return _comp(a[0], b[0])
}).forEach(text => {
Expand Down

0 comments on commit b94b016

Please sign in to comment.