tachybase_todo/packages/presets/nocobase/package.json
YANG QIA 70d5b9e44b
feat: localization management (#2210)
* feat: init localization-management

* feat: resource api

* Merge branch 'main' into T-62

* chore: change name

* feat: basic feature

* feat: support filter & sync

* feat: support auto get texts afterSave

* Merge branch 'main' into T-62

* chore: upgrade

* fix: dependency

* fix: field type

* fix: type error

* chore: remove some translations

* feat: support extract text from menu

* chore: cache text keys

* chore: remove test key

* fix: issue of extracting menu titles

* feat: translate collections & fields name

* fix: remove unique of text

* refactor: improve cache

* chore: remove listeners after disable

* chore: translation

* fix: lang switch bug

* refactor: actions & filter

* fix: translation

* refactor: merge lang bundles at backend

* fix: style & field name

* fix: translate issues

* fix: cache bug

* fix: translation merge bug

* fix: translate issues

* fix: map translation

* fix: translation issues

* fix: card title bug

* feat: cover mobile client tabbar

* fix: menu title

* refactor: add locale plugin

* chore: merge locale plugin

* fix: map translation

* chore: remove no data

* style: change button style

* fix: sync bug

* docs: add README

* chore: change name

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-07-17 23:23:44 +08:00

52 lines
2.4 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.11.0-alpha.1",
"license": "AGPL-3.0",
"main": "./lib/server/index.js",
"dependencies": {
"@nocobase/plugin-acl": "0.11.0-alpha.1",
"@nocobase/plugin-api-keys": "0.11.0-alpha.1",
"@nocobase/plugin-audit-logs": "0.11.0-alpha.1",
"@nocobase/plugin-auth": "0.11.0-alpha.1",
"@nocobase/plugin-charts": "0.11.0-alpha.1",
"@nocobase/plugin-china-region": "0.11.0-alpha.1",
"@nocobase/plugin-client": "0.11.0-alpha.1",
"@nocobase/plugin-collection-manager": "0.11.0-alpha.1",
"@nocobase/plugin-data-visualization": "0.11.0-alpha.1",
"@nocobase/plugin-duplicator": "0.11.0-alpha.1",
"@nocobase/plugin-error-handler": "0.11.0-alpha.1",
"@nocobase/plugin-excel-formula-field": "0.11.0-alpha.1",
"@nocobase/plugin-export": "0.11.0-alpha.1",
"@nocobase/plugin-file-manager": "0.11.0-alpha.1",
"@nocobase/plugin-formula-field": "0.11.0-alpha.1",
"@nocobase/plugin-graph-collection-manager": "0.11.0-alpha.1",
"@nocobase/plugin-iframe-block": "0.11.0-alpha.1",
"@nocobase/plugin-import": "0.11.0-alpha.1",
"@nocobase/plugin-localization-management": "0.11.0-alpha.1",
"@nocobase/plugin-map": "0.11.0-alpha.1",
"@nocobase/plugin-math-formula-field": "0.11.0-alpha.1",
"@nocobase/plugin-mobile-client": "0.11.0-alpha.1",
"@nocobase/plugin-multi-app-manager": "0.11.0-alpha.1",
"@nocobase/plugin-multi-app-share-collection": "0.11.0-alpha.1",
"@nocobase/plugin-oidc": "0.11.0-alpha.1",
"@nocobase/plugin-saml": "0.11.0-alpha.1",
"@nocobase/plugin-sample-hello": "0.11.0-alpha.1",
"@nocobase/plugin-sequence-field": "0.11.0-alpha.1",
"@nocobase/plugin-sms-auth": "0.11.0-alpha.1",
"@nocobase/plugin-snapshot-field": "0.11.0-alpha.1",
"@nocobase/plugin-system-settings": "0.11.0-alpha.1",
"@nocobase/plugin-ui-routes-storage": "0.11.0-alpha.1",
"@nocobase/plugin-ui-schema-storage": "0.11.0-alpha.1",
"@nocobase/plugin-users": "0.11.0-alpha.1",
"@nocobase/plugin-verification": "0.11.0-alpha.1",
"@nocobase/plugin-workflow": "0.11.0-alpha.1",
"@nocobase/server": "0.11.0-alpha.1",
"@nocobase/plugin-theme-editor": "0.11.0-alpha.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}