Skip to content

Commit 8e83735

Browse files
committed
update readme for Mainmenu
1 parent 4c94b61 commit 8e83735

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Main.sublime-menu

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,57 +10,57 @@
1010
"children":
1111
[
1212
{
13-
"id": "sublimechinestradsim",
13+
"id": "chineseconvert",
1414
"caption": "繁简体转换",
1515
"children":
1616
[{
1717
"caption": "简体到繁體",
18-
"command": "chinese_tradsim",
18+
"command": "chinese_convert",
1919
"args":{"to":"s2t.json"}
2020
},
2121
{
2222
"caption": "繁體到简体",
23-
"command": "chinese_tradsim",
23+
"command": "chinese_convert",
2424
"args":{"to":"t2s.json"}
2525
},
2626
{
2727
"caption": "简体到臺灣正體",
28-
"command": "chinese_tradsim",
28+
"command": "chinese_convert",
2929
"args":{"to":"s2tw.json"}
3030
},
3131
{
3232
"caption": "臺灣正體到简体",
33-
"command": "chinese_tradsim",
33+
"command": "chinese_convert",
3434
"args":{"to":"tw2s.json"}
3535
},
3636
{
3737
"caption": "简体到香港繁體(香港小學學習字詞表標準)",
38-
"command": "chinese_tradsim",
38+
"command": "chinese_convert",
3939
"args":{"to":"s2hk.json"}
4040
},
4141
{
4242
"caption": "香港繁體(香港小學學習字詞表標準)到简体",
43-
"command": "chinese_tradsim",
43+
"command": "chinese_convert",
4444
"args":{"to":"hk2s.json"}
4545
},
4646
{
4747
"caption": "简体到繁體(臺灣正體標準)並轉換爲臺灣常用詞彙",
48-
"command": "chinese_tradsim",
48+
"command": "chinese_convert",
4949
"args":{"to":"s2twp.json"}
5050
},
5151
{
5252
"caption": "繁體(臺灣正體標準)到简体并转换为中国大陆常用词汇",
53-
"command": "chinese_tradsim",
53+
"command": "chinese_convert",
5454
"args":{"to":"tw2sp.json"}
5555
},
5656
{
5757
"caption": "繁體(OpenCC 標準)到臺灣正體",
58-
"command": "chinese_tradsim",
58+
"command": "chinese_convert",
5959
"args":{"to":"t2tw.json"}
6060
},
6161
{
6262
"caption": "繁體(OpenCC 標準)到香港繁體(香港小學學習字詞表標準)",
63-
"command": "chinese_tradsim",
63+
"command": "chinese_convert",
6464
"args":{"to":"t2hk.json"}
6565
},]
6666
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Press Ctrl+Shift+P to bring up the command input panel. Type in "Chinese" and yo
4949

5050
Choose the command that you want to run to perform the translation
5151

52-
Right click to get context menu:
52+
Right click to get context menu or click on Main menu Click on menu Tools/Packages/繁简体转换:
5353

5454
繁简体转换
5555
简体到繁體

0 commit comments

Comments
 (0)