796e73ae5a
* refactor(doc): change to new structure * docs: add database docs * docs: add collection docs * docs: add db field examples * docs(api): fix filename and menu path * docs: add database docs * docs: add db operators doc * docs: add resourcer menu * docs: add resourcer docs * docs: fix api docs * docs: refactor api menu structure * feat: update docs (#830) * feat: updates * feat: update docs * chore: ignore docs from ci Co-authored-by: Junyi <mytharcher@users.noreply.github.com> Co-authored-by: mytharcher <mytharcher@gmail.com> * docs: add database methods docs * docs: add missed api * docs: fix api docs * feat: update development docs (#833) * feat: update development docs * feat: update docs * feat: update docs * docs: add first plugin example (#834) * feat: update docs * feat: update docs * docs: fix typo Co-authored-by: chenos <chenlinxh@gmail.com>
22 lines
480 B
Markdown
22 lines
480 B
Markdown
# 语言设置
|
|
|
|
NocoBase 可以在安装时选择语言,目前支持两种语言:
|
|
|
|
- 英文:`en-US`(默认)
|
|
- 中文:`zh-CN`
|
|
|
|
```bash
|
|
# 英文
|
|
yarn nocobase install --lang=en-US
|
|
# 中文
|
|
yarn nocobase install --lang=zh-CN
|
|
```
|
|
|
|
安装之后,可以在 System settings 里修改 Enabled languages。
|
|
|
|
![](../images/language-settings-1.jpg)
|
|
|
|
如果启用了多个语言,用户可以在个人中心设置自己的语言环境。
|
|
|
|
![](../images/language-settings-2.jpg)
|