Skip to content

Commit e902f96

Browse files
committed
feat: update locale/dt-zh-hans.json
1 parent faf0407 commit e902f96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-editor-i18n-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A i18n plugin for the Monaco editor",
55
"main": "out/index.js",
66
"typings": "./out/index.d.ts",

src/locale/dt-zh-hans.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
},
208208
"vs/editor/contrib/gotoSymbol/goToCommands": {
209209
"actions.goToDecl.label": "转到定义",
210+
"actions.goToDeclToSide.label": "打开侧边的定义",
210211
"goToReferences.label": "转到引用",
211212
"peek.submenu": "快速查看",
212213
"actions.previewDecl.label": "速览定义",

0 commit comments

Comments
 (0)