Merge pull request #627 from xiexin12138/feature/i18n

Translate the Readme file into Simplified Chinese
This commit is contained in:
Henry Heng
2023-08-01 01:38:32 +01:00
committed by GitHub
12 changed files with 540 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<!-- markdownlint-disable MD030 -->
# 流程界面
[English](<./README.md>) | 中文
Flowise的React前端界面。
![Flowise](https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.gif?raw=true)
安装:
```bash
npm i flowise-ui
```
## 许可证
本仓库中的源代码在[MIT许可证](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md)下提供。
+2
View File
@@ -2,6 +2,8 @@
# Flowise UI
English | [中文](<./README-ZH.md>)
React frontend ui for Flowise.
![Flowise](https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.gif?raw=true)