[PR #597] [MERGED] Auto translate works #607

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/597
Author: @alterxyz
Created: 12/7/2025
Status: Merged
Merged: 12/11/2025
Merged by: @RiskeyL

Base: mainHead: auto-translate-works


📝 Commits (5)

  • 78620a4 feat: init translation prompts from Dify workflow
  • 2c237bd fix: add URL localization rule to prompt 1, fix lang codes in prompt 3
  • 1c0da1b docs: add README for translation prompts
  • 1d5e78f refactor: move prompts to tools/translate/, add testing docs
  • cfd6bcf Merge branch 'main' into auto-translate-works

📊 Changes

5 files changed (+569 additions, -8 deletions)

View changed files

📝 tools/translate-test-dify/README.md (+50 -0)
📝 tools/translate-test-dify/run_test.py (+56 -8)
tools/translate/prompt/1.md (+114 -0)
tools/translate/prompt/2.md (+163 -0)
tools/translate/prompt/3.md (+186 -0)

📄 Description

  • init translation prompts from Dify workflow
  • update translation test tool
  • add URL localization rule to prompt 1, fix lang codes in prompt 3

🔄 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/597 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@RiskeyL](https://github.com/RiskeyL) **Base:** `main` ← **Head:** `auto-translate-works` --- ### 📝 Commits (5) - [`78620a4`](https://github.com/langgenius/dify-docs/commit/78620a465214078e5dada1a13673bb7b4efd0b7e) feat: init translation prompts from Dify workflow - [`2c237bd`](https://github.com/langgenius/dify-docs/commit/2c237bdda9687d278ef7071b455bb0191de7d298) fix: add URL localization rule to prompt 1, fix lang codes in prompt 3 - [`1c0da1b`](https://github.com/langgenius/dify-docs/commit/1c0da1b31a27700869d050ecefe99c0f53de1090) docs: add README for translation prompts - [`1d5e78f`](https://github.com/langgenius/dify-docs/commit/1d5e78f7846a5daa5350d20be9465fc4d15031ac) refactor: move prompts to tools/translate/, add testing docs - [`cfd6bcf`](https://github.com/langgenius/dify-docs/commit/cfd6bcf0969a8096ab09c9fd0c5db4a2fdc1b661) Merge branch 'main' into auto-translate-works ### 📊 Changes **5 files changed** (+569 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `tools/translate-test-dify/README.md` (+50 -0) 📝 `tools/translate-test-dify/run_test.py` (+56 -8) ➕ `tools/translate/prompt/1.md` (+114 -0) ➕ `tools/translate/prompt/2.md` (+163 -0) ➕ `tools/translate/prompt/3.md` (+186 -0) </details> ### 📄 Description - init translation prompts from Dify workflow - update translation test tool - add URL localization rule to prompt 1, fix lang codes in prompt 3 --- <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:16:06 -05:00
yindo closed this issue 2026-02-16 06:16:06 -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#607