From 027247bfd26cab1cd9e732ec137972fd418ddc3c Mon Sep 17 00:00:00 2001 From: akynazh Date: Fri, 2 Feb 2024 23:17:21 +0800 Subject: [PATCH] feat: add multi lang readme --- .github/workflows/readme.yml | 37 +++++++++++++++++++++++++++++ README.md | 46 +++++++++++++++++++----------------- 2 files changed, 61 insertions(+), 22 deletions(-) create mode 100644 .github/workflows/readme.yml diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml new file mode 100644 index 00000000..9310e96f --- /dev/null +++ b/.github/workflows/readme.yml @@ -0,0 +1,37 @@ +name: Translate README + +on: + push: + branches: + - main + - master +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup Node.js + uses: actions/setup-node@v1 + with: + node-version: 12.x + # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages + - name: Adding README - English + uses: dephraiim/translate-readme@main + with: + LANG: en + - name: Adding README - Chinese Traditional + uses: dephraiim/translate-readme@main + with: + LANG: zh-TW + - name: Adding README - Hindi + uses: dephraiim/translate-readme@main + with: + LANG: hi + - name: Adding README - Arabic + uses: dephraiim/translate-readme@main + with: + LANG: ar + - name: Adding README - French + uses: dephraiim/translate-readme@main + with: + LANG: fr \ No newline at end of file diff --git a/README.md b/README.md index 267001fd..052e50d4 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,7 @@ **一个可用于搜索各种影片磁链的电报机器人, 支持收藏, 导出记录, 自动保存磁链等操作, 可手动配置以屏蔽 NSFW 内容和代理上网。** -机器人基于 Python3 构建, 支持 Docker 一键部署, 并通过 Redis 实现了缓存功能, 主要由 [akynazh](https://github.com/akynazh) 完成开发, 并结合社区力量进行了改进和优化, 感谢以下协作者: - - - - - - - - - - - - - -
Jack Bryant
Jack Bryant

🚧
zhhh
zhhh

💻
All Contributors
All Contributors

📖
Jack Bryant
Julia

💻
- - - - - - -如果你也想为社区贡献自己的一份力量, 请查看 [开发步骤](https://github.com/akynazh/tg-search-bot#开发步骤) 和 [TODO](https://github.com/akynazh/tg-search-bot#todo), 欢迎 issue 和 pr。 +机器人基于 Python3 构建, 支持 Docker 一键部署, 并通过 Redis 实现了缓存功能。 ## 功能简介 @@ -108,3 +87,26 @@ pip3 install -r requirements.txt - 英文版本 - 影片搜索支持更多磁力网站(目前只支持了海盗湾) - 其他你希望出现的功能... + +## 鸣谢 + + + + + + + + + + + + + +
Jack Bryant
Jack Bryant

🚧
zhhh
zhhh

💻
All Contributors
All Contributors

📖
Jack Bryant
Julia

💻
+ + + + + + +如果你也想为社区贡献自己的一份力量, 请查看 [TODO](https://github.com/akynazh/tg-search-bot#todo), 并根据 [开发步骤](https://github.com/akynazh/tg-search-bot#开发步骤) 进行开发, 欢迎 issue 和 pr。 \ No newline at end of file