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的应用集成。包含节点和凭据。
![Flowise](https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.gif?raw=true)
安装:
```bash
npm i flowise-components
```
## 许可证
此存储库中的源代码在[MIT许可证](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md)下提供。
+2
View File
@@ -2,6 +2,8 @@
# Flowise Components
English | [中文](<./README-ZH.md>)
Apps integration for Flowise. Contain Nodes and Credentials.
![Flowise](https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.gif?raw=true)