[PR #343] [CLOSED] feat: auto translate #446

Closed
opened 2026-02-16 06:15:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/343
Author: @alterxyz
Created: 7/21/2025
Status: Closed

Base: mainHead: auto-translate-core


📝 Commits (8)

📊 Changes

13 files changed (+1106 additions, -0 deletions)

View changed files

.github/workflows/translate.yml (+157 -0)
ja-jp/test.mdx (+16 -0)
ja-jp/test3.mdx (+16 -0)
tools/translate/.env.example (+1 -0)
tools/translate/.gitignore (+1 -0)
tools/translate/README.md (+125 -0)
tools/translate/README_CN.md (+131 -0)
tools/translate/README_JA.md (+125 -0)
tools/translate/main.py (+455 -0)
tools/translate/requirements.txt (+3 -0)
tools/translate/termbase_i18n.md (+64 -0)
versions/3-1-x/zh-cn/test2.mdx (+7 -0)
versions/3-1-x/zh-cn/test31xzh.mdx (+5 -0)

📄 Description

Powered By Dify


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/343 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 7/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `auto-translate-core` --- ### 📝 Commits (8) - [`b4bca61`](https://github.com/langgenius/dify-docs/commit/b4bca6176c6d9df20aecd2668c0ccebc1cf8d681) feat: auto translate - [`b2a206e`](https://github.com/langgenius/dify-docs/commit/b2a206e888e66fb72c9ed439699436a716e191da) feat: parallel - [`106385e`](https://github.com/langgenius/dify-docs/commit/106385eae354f7bd606b426d50ef3da6a6c93d20) Docs tools: Successfully completed 3 operations - [`617bcbb`](https://github.com/langgenius/dify-docs/commit/617bcbb92819a63426e64dc3014e491a53422fc7) fix: concurrency - [`d2bd23e`](https://github.com/langgenius/dify-docs/commit/d2bd23ecdeae9ec4f18b6c0dd04e17e214971b3a) test - [`afc593f`](https://github.com/langgenius/dify-docs/commit/afc593f8e81d77f0aa350ac5cfa8e4d92b11e590) Docs tools: Successfully completed 3 operations - [`e55c49e`](https://github.com/langgenius/dify-docs/commit/e55c49e9ab7f015937de2257989c919623f77342) test - [`60055ac`](https://github.com/langgenius/dify-docs/commit/60055ace9b0847c5e202129f32305d976731d3b7) Docs tools: Successfully completed 3 operations ### 📊 Changes **13 files changed** (+1106 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/translate.yml` (+157 -0) ➕ `ja-jp/test.mdx` (+16 -0) ➕ `ja-jp/test3.mdx` (+16 -0) ➕ `tools/translate/.env.example` (+1 -0) ➕ `tools/translate/.gitignore` (+1 -0) ➕ `tools/translate/README.md` (+125 -0) ➕ `tools/translate/README_CN.md` (+131 -0) ➕ `tools/translate/README_JA.md` (+125 -0) ➕ `tools/translate/main.py` (+455 -0) ➕ `tools/translate/requirements.txt` (+3 -0) ➕ `tools/translate/termbase_i18n.md` (+64 -0) ➕ `versions/3-1-x/zh-cn/test2.mdx` (+7 -0) ➕ `versions/3-1-x/zh-cn/test31xzh.mdx` (+5 -0) </details> ### 📄 Description Powered By Dify --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:33 -05:00
yindo closed this issue 2026-02-16 06:15:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#446