2023-07-17 15:23:44 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-localization-management",
|
2024-03-11 01:59:08 +00:00
|
|
|
"version": "0.20.0-alpha.8",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "dist/server/index.js",
|
2024-03-04 15:02:29 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/localization-management",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/localization-management",
|
2023-12-29 05:11:56 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-17 15:23:44 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"deepmerge": "^4.3.1"
|
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/cache": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/plugin-client": "0.x",
|
|
|
|
"@nocobase/plugin-ui-schema-storage": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x"
|
|
|
|
},
|
2024-02-22 15:13:31 +00:00
|
|
|
"keywords": [
|
|
|
|
"System management"
|
|
|
|
],
|
2024-02-22 01:29:30 +00:00
|
|
|
"displayName": "Localization",
|
|
|
|
"displayName.zh-CN": "本地化",
|
2023-07-17 15:23:44 +00:00
|
|
|
"description": "Allows to manage localization resources of the application.",
|
2024-02-22 01:29:30 +00:00
|
|
|
"description.zh-CN": "支持管理应用程序的本地化资源。",
|
2024-03-04 15:02:29 +00:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2023-07-26 09:37:20 +00:00
|
|
|
}
|