Skip to content

Commit a21074b

Browse files
authored
add new plugin NppChineseConverter v1.0.2 (#1033)
* add new plugin NppChineseConverter v1.0.2
1 parent 3bd8985 commit a21074b

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

src/pl.arm64.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@
2323
"author": "Franco Stellari",
2424
"homepage": "https://github.com/francostellari/NppPlugins"
2525
},
26+
{
27+
"folder-name": "NppChineseConverter",
28+
"display-name": "Chinese Converter",
29+
"version": "1.0.2",
30+
"id": "e2b4f6c388fb691d8cfe49c30c37e594a0953ce2402be04d1f06eefdf07242f7",
31+
"repository": "https://github.com/lkk9898969/Npp_ChineseConverter/releases/download/v1.0.2/NppChineseConverter-ARM64.zip",
32+
"description": "Traditional and Simplified conversion plugin for Notepad++",
33+
"author": "lkk9898969",
34+
"homepage": "https://github.com/lkk9898969/Npp_ChineseConverter",
35+
"npp-compatible-versions": "[8.4.3,]"
36+
},
2637
{
2738
"folder-name": "CollectionInterface",
2839
"display-name": "CollectionInterface",

src/pl.x64.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,17 @@
174174
"author": "Mario Rosenbohm",
175175
"homepage": "https://github.com/MarioRosi/CADdyTools"
176176
},
177+
{
178+
"folder-name": "NppChineseConverter",
179+
"display-name": "Chinese Converter",
180+
"version": "1.0.2",
181+
"id": "f6f741aa936500b46fedc96b7e378d37e57c2d31d0945543fb81be74cb5b8625",
182+
"repository": "https://github.com/lkk9898969/Npp_ChineseConverter/releases/download/v1.0.2/NppChineseConverter-x64.zip",
183+
"description": "Traditional and Simplified conversion plugin for Notepad++",
184+
"author": "lkk9898969",
185+
"homepage": "https://github.com/lkk9898969/Npp_ChineseConverter",
186+
"npp-compatible-versions": "[8.4.3,]"
187+
},
177188
{
178189
"folder-name": "CodeAlignmentNpp",
179190
"display-name": "Code Alignment",

src/pl.x86.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,17 @@
159159
"author": "Mario Rosenbohm",
160160
"homepage": "https://github.com/MarioRosi/CADdyTools"
161161
},
162+
{
163+
"folder-name": "NppChineseConverter",
164+
"display-name": "Chinese Converter",
165+
"version": "1.0.2",
166+
"id": "4770a5fd77cb7e6cf75b64381e019448ee130ec39f135f31c92c523ec23b09db",
167+
"repository": "https://github.com/lkk9898969/Npp_ChineseConverter/releases/download/v1.0.2/NppChineseConverter-x86.zip",
168+
"description": "Traditional and Simplified conversion plugin for Notepad++",
169+
"author": "lkk9898969",
170+
"homepage": "https://github.com/lkk9898969/Npp_ChineseConverter",
171+
"npp-compatible-versions": "[8.4.3,]"
172+
},
162173
{
163174
"folder-name": "CodeAlignmentNpp",
164175
"display-name": "Code Alignment",

0 commit comments

Comments
 (0)