mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:54:05 +00:00
6bd0568d08
* chore: upgrade antd to v5.12.2 * refactor: rename to StablePopover * fix: fix tests * test: fix e2e * chore(CI): optimize E2E workflow * chore: fix playwright * fix: re-generate yarn.lock to fix e2e errors * test: update locator * fix: fix build errors * fix: fix unit tests * fix: fix e2e tests * fix: should not auto close when clicking menu item * fix: fix column width * test: increase e2e timeout-minutes to 90 * test: fix e2e * fix: update dockerfile * fix: npmignore * fix: app component false --------- Co-authored-by: chenos <chenlinxh@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.npmignore | ||
client.d.ts | ||
client.js | ||
package.json | ||
README.md | ||
server.d.ts | ||
server.js |
Localization Management
支持管理应用程序的多语言资源。
使用方法
在系统设置
中添加对应语言
切换到对应语言
管理多语言资源
- 同步需要翻译的原文内容
- 目前支持的内容
- 菜单
- 系统和插件提供的语言包
- 数据表名、字段名、字段选项标签
Note
新增菜单、数据表名、字段名、字段选项标签会自动同步
已有内容需要点击同步按钮手动同步
- 编辑翻译内容,点击
发布
按钮即可生效