菜单及其他界面多语言化(package.nls.json)

Signed-off-by: chen-zhongwei050 <chenzhongwei050@chinasoftinc.com>
This commit is contained in:
chen-zhongwei050 2024-10-28 16:37:04 +08:00
parent c9eb0db164
commit cb84ef0250
2 changed files with 12 additions and 5 deletions

View File

@ -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": [

View 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"
}