Skip to content

Commit 3951457

Browse files
committed
update readme and fix Main menu
1 parent 62a5590 commit 3951457

2 files changed

Lines changed: 66 additions & 41 deletions

File tree

Main.sublime-menu

Lines changed: 62 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,71 @@
11
[
22
{
3-
"children": [
3+
4+
"id": "tools",
5+
"children":
6+
[
47
{
5-
"caption": "Language",
6-
"children": [
8+
"id": "packages",
9+
"caption": "Packages",
10+
"children":
11+
[
712
{
8-
"args": {
9-
"language": "ZH_CN"
10-
},
11-
"caption": "Simplified Chinese 简体中文",
12-
"checkbox": true,
13-
"command": "toggle_language",
14-
"mnemonic": "S"
15-
},
16-
{
17-
"args": {
18-
"language": "ZH_TW"
19-
},
20-
"caption": "Traditional Chinese 正體中文",
21-
"checkbox": true,
22-
"command": "toggle_language",
23-
"mnemonic": "T"
24-
},
25-
{
26-
"args": {
27-
"language": "JA_JP"
28-
},
29-
"caption": "Japanese 日本語",
30-
"checkbox": true,
31-
"command": "toggle_language",
32-
"mnemonic": "J"
33-
},
34-
{
35-
"args": {
36-
"language": "EN"
13+
"id": "sublimechinestradsim",
14+
"caption": "繁简体转换",
15+
"children":
16+
[{
17+
"caption": "简体到繁體",
18+
"command": "chinese_tradsim",
19+
"args":{"to":"s2t.json"}
20+
},
21+
{
22+
"caption": "繁體到简体",
23+
"command": "chinese_tradsim",
24+
"args":{"to":"t2s.json"}
25+
},
26+
{
27+
"caption": "简体到臺灣正體",
28+
"command": "chinese_tradsim",
29+
"args":{"to":"s2tw.json"}
30+
},
31+
{
32+
"caption": "臺灣正體到简体",
33+
"command": "chinese_tradsim",
34+
"args":{"to":"tw2s.json"}
35+
},
36+
{
37+
"caption": "简体到香港繁體(香港小學學習字詞表標準)",
38+
"command": "chinese_tradsim",
39+
"args":{"to":"s2hk.json"}
40+
},
41+
{
42+
"caption": "香港繁體(香港小學學習字詞表標準)到简体",
43+
"command": "chinese_tradsim",
44+
"args":{"to":"hk2s.json"}
45+
},
46+
{
47+
"caption": "简体到繁體(臺灣正體標準)並轉換爲臺灣常用詞彙",
48+
"command": "chinese_tradsim",
49+
"args":{"to":"s2twp.json"}
50+
},
51+
{
52+
"caption": "繁體(臺灣正體標準)到简体并转换为中国大陆常用词汇",
53+
"command": "chinese_tradsim",
54+
"args":{"to":"tw2sp.json"}
55+
},
56+
{
57+
"caption": "繁體(OpenCC 標準)到臺灣正體",
58+
"command": "chinese_tradsim",
59+
"args":{"to":"t2tw.json"}
3760
},
38-
"caption": "English",
39-
"checkbox": true,
40-
"command": "toggle_language",
41-
"mnemonic": "E"
61+
{
62+
"caption": "繁體(OpenCC 標準)到香港繁體(香港小學學習字詞表標準)",
63+
"command": "chinese_tradsim",
64+
"args":{"to":"t2hk.json"}
65+
},]
4266
}
43-
],
44-
"id": "locale",
45-
"mnemonic": "L"
67+
]
4668
}
47-
],
48-
"id": "help",
69+
]
4970
}
5071
]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Support multi selection.
66

77
![screenshot](https://raw.githubusercontent.com/rexdf/SublimeChineseTradsim/readme/screenshot/SublimeChineseTradsim.gif)
88

9+
![screenshot](https://raw.githubusercontent.com/rexdf/SublimeChineseTradsim/readme/screenshot/SublimeChineseTradsim_OSX.gif)
10+
11+
![screenshot](https://raw.githubusercontent.com/rexdf/SublimeChineseTradsim/readme/screenshot/SublimeChineseTradsim_Linux.gif)
12+
913
Install
1014
-------
1115
### Package Control

0 commit comments

Comments
 (0)