mirror of
https://gitee.com/openharmony/napi_generator
synced 2024-11-23 08:20:01 +00:00
菜单及其他界面多语言化(package.nls.json)
Signed-off-by: chen-zhongwei050 <chenzhongwei050@chinasoftinc.com>
This commit is contained in:
parent
c9eb0db164
commit
cb84ef0250
@ -24,23 +24,23 @@
|
||||
"commands": [
|
||||
{
|
||||
"command": "extension.h2dts",
|
||||
"title": "h2dts"
|
||||
"title": "%extension.h2dts.title%"
|
||||
},
|
||||
{
|
||||
"command": "extension.h2dtscpp",
|
||||
"title": "h2dtscpp"
|
||||
"title": "%extension.h2dtscpp.title%"
|
||||
},
|
||||
{
|
||||
"command": "extension.dts2cpp",
|
||||
"title": "dts2cpp"
|
||||
"title": "%extension.dts2cpp.title%"
|
||||
},
|
||||
{
|
||||
"command": "extension.h2sa",
|
||||
"title": "h2sa"
|
||||
"title": "%extension.h2sa.title%"
|
||||
},
|
||||
{
|
||||
"command": "extension.h2hdf",
|
||||
"title": "h2hdf"
|
||||
"title": "%extension.h2hdf.title%"
|
||||
}
|
||||
],
|
||||
"submenus": [
|
||||
|
7
src/vscode_plugin/package.nls.json
Normal file
7
src/vscode_plugin/package.nls.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"extension.h2sa.title": "h2sa",
|
||||
"extension.h2hdf.title": "h2hdf",
|
||||
"extension.h2dts.title": "h2dts",
|
||||
"extension.h2dtscpp.title": "h2dtscpp",
|
||||
"extension.dts2cpp.title": "dts2cpp"
|
||||
}
|
Loading…
Reference in New Issue
Block a user