DelayNoMore/frontend/packages/i18n-master/package.json

38 lines
719 B
JSON
Raw Normal View History

2022-09-20 15:50:01 +00:00
{
"name": "i18n",
"version": "0.1.0",
"description": "The package template for getting started.",
"author": "Cocos Creator",
"main": "main.js",
"main-menu": {
"i18n:MAIN_MENU.package.title/i18n": {
"message": "i18n:open"
}
},
"runtime-resource": {
"path": "runtime-scripts",
"name": "plugin"
},
"reload": {
"ignore": [
"runtime-scripts/**/*"
]
},
"scene-script": "utils/scene.js",
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "i18n",
"width": 400,
"height": 300,
"min-width": 300,
"min-height": 300
},
"profiles": {
"project": {
"languages": [
],
"default_language": ""
}
}
}