My native language is Simplified Chinese, so the i18n process is divided into stages. Currently, the Readme file is being translated into Chinese, and later on, i18next and react-i18next will be used for multilingual support.

This commit is contained in:
xiexin12138
2023-07-27 17:21:39 +08:00
parent b7ddfdfdb0
commit 6c1dff8aa3
12 changed files with 541 additions and 1 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)