Skip to content

Commit b6d2f7f

Browse files
committed
fix: translate missing definition message
1 parent ea89313 commit b6d2f7f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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": "2.0.1",
3+
"version": "2.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@
326326
"actions.previewDecl.label": "速览定义",
327327
"references.action.label": "查看引用",
328328
"references.no": "未找到\"{0}\"的引用",
329-
"noResultWord": "未找到“{0}”的任何定义"
329+
"noResultWord": "未找到“{0}”的任何定义",
330+
"generic.noResults": "找不到定义"
330331
},
331332
"vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": {
332333
"peekView.alternateTitle": "引用"

0 commit comments

Comments
 (0)