Skip to content

Commit

Permalink
refactor(dict): { 引用 => 參照 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Feb 3, 2023
1 parent 14fc344 commit 8b158ae
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -59,6 +59,7 @@ IP 位址,IP 地址
非強制回應,非模式
區域,局部
參數,参数,形參,形参
參照,引用
反向,反方向
發送到,发送到
取代,替换
Expand Down
5 changes: 5 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@ describe(`should include`, () => {
`action.hg4idea.pull.rebase.tooltip=将变更集变基到作为目标的分支提示`
],

[
`重定基底`,
`javascript.validation.message.this.referenced.from.static.context=在 static 上下文中引用了 'this'`
],

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

0 comments on commit 8b158ae

Please sign in to comment.