We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf0407 commit e902f96Copy full SHA for e902f96
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "monaco-editor-i18n-plugin",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A i18n plugin for the Monaco editor",
5
"main": "out/index.js",
6
"typings": "./out/index.d.ts",
src/locale/dt-zh-hans.json
@@ -207,6 +207,7 @@
207
},
208
"vs/editor/contrib/gotoSymbol/goToCommands": {
209
"actions.goToDecl.label": "转到定义",
210
+ "actions.goToDeclToSide.label": "打开侧边的定义",
211
"goToReferences.label": "转到引用",
212
"peek.submenu": "快速查看",
213
"actions.previewDecl.label": "速览定义",
0 commit comments