* chore: upgrade antd to v5.8.4 * test: add test * chore: fix build * chore: upgrade @formily/antd-v5 to v1.1.1 * fix: should not close Popover when selected option * fix: add a new Popover and to replace old Popover with new Popover * refactor: remove useless code * fix: fix dark theme * chore: fix build * chore: antd version * fix: uniformly use the latest version of antd  | 
			||
|---|---|---|
| .. | ||
| src | ||
| .npmignore | ||
| client.d.ts | ||
| client.js | ||
| package.json | ||
| README.md | ||
| server.d.ts | ||
| server.js | ||
Localization Management
支持管理应用程序的多语言资源。
使用方法
在系统设置中添加对应语言
切换到对应语言
管理多语言资源
- 同步需要翻译的原文内容
 
- 目前支持的内容
- 菜单
 - 系统和插件提供的语言包
 - 数据表名、字段名、字段选项标签
 
 
Note
新增菜单、数据表名、字段名、字段选项标签会自动同步
已有内容需要点击同步按钮手动同步
- 编辑翻译内容,点击
发布按钮即可生效