[PR #350] [CLOSED] Auto translate core #449

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/350
Author: @alterxyz
Created: 7/24/2025
Status: Closed

Base: mainHead: auto-translate-core


📝 Commits (2)

📊 Changes

9 files changed (+1062 additions, -0 deletions)

View changed files

.github/workflows/translate.yml (+157 -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)

📄 Description

No description provided


🔄 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/350 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 7/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `auto-translate-core` --- ### 📝 Commits (2) - [`b4bca61`](https://github.com/langgenius/dify-docs/commit/b4bca6176c6d9df20aecd2668c0ccebc1cf8d681) feat: auto translate - [`5b4f881`](https://github.com/langgenius/dify-docs/commit/5b4f88147e49766d04b4c0befd31d700a72ff743) chore: update ### 📊 Changes **9 files changed** (+1062 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/translate.yml` (+157 -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) </details> ### 📄 Description _No description provided_ --- <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#449