nocobase/packages/plugins/@nocobase/plugin-localization-management
seonghookim be7a4845ab
feat: add Korean translation (#3428)
* ko_KR 国际化

* fix: ko

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-25 22:07:22 +08:00
..
src feat: add Korean translation (#3428) 2024-01-25 22:07:22 +08:00
.npmignore feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
client.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
client.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
LICENSE fix: add LICENSE 2023-12-29 13:11:56 +08:00
package.json chore(versions): 😊 publish v0.19.0-alpha.3 2024-01-09 18:32:09 +08:00
README.md feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00

Localization Management

支持管理应用程序的多语言资源。

使用方法

系统设置中添加对应语言

切换到对应语言

管理多语言资源

  1. 同步需要翻译的原文内容
  • 目前支持的内容
    • 菜单
    • 系统和插件提供的语言包
    • 数据表名、字段名、字段选项标签

Note


新增菜单、数据表名、字段名、字段选项标签会自动同步
已有内容需要点击同步按钮手动同步

  1. 编辑翻译内容,点击发布按钮即可生效