Skip to content

Commit

Permalink
refactor(dict): { 生成器 => 產生器 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 7, 2022
1 parent 7af404b commit 64fc7fe
Show file tree
Hide file tree
Showing 3 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 @@ -13,6 +13,7 @@ IP 位址,IP 地址
主控台,控制台
主選單,主菜单,主菜單
意見反應,反饋
產生器,生成器
介面,界面
副檔名,扩展名
傳遞,交付
Expand Down
1 change: 1 addition & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
欢迎屏幕|0x100000|50000
源代码|0x100000|10000
源文件夾|0x100000|0
生成器|0x100000|0
算法|0x100000|0
菜單項|0x100000|0
蛇形拼写法|0x100000|0
Expand Down
2 changes: 2 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ describe(`should include`, () => {

[`檢視`, `press.completion.shortcut.again.for.more.results=再次按 {0} 可查看更多结果`],

[`產生器`, `typescript.validation.generators.overload=重载签名无法被声明为生成器`],

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

0 comments on commit 64fc7fe

Please sign in to comment.