[PR #329] [MERGED] Implement the translation for all new journeys. #445

Closed
opened 2026-02-16 11:20:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs-archived/pull/329
Author: @HanqingZ
Created: 10/20/2024
Status: Merged
Merged: 10/21/2024
Merged by: @HanqingZ

Base: mainHead: doc/file-upload


📝 Commits (1)

  • 19c70ab Implement the translation for all new journeys.

📊 Changes

30 files changed (+936 additions, -100 deletions)

View changed files

📝 en/SUMMARY.md (+1 -0)
📝 jp/SUMMARY.md (+10 -2)
jp/development/models-integration/litellm.md (+80 -0)
📝 jp/getting-started/install-self-hosted/environments.md (+8 -0)
jp/guides/tools/tool-configuration/comfyui.md (+16 -0)
jp/guides/workflow/additional-features.md (+105 -0)
jp/guides/workflow/file-upload.md (+99 -0)
📝 jp/guides/workflow/key-concept.md (+9 -4)
📝 jp/guides/workflow/node/README.md (+1 -1)
jp/guides/workflow/node/doc-extractor.md (+62 -0)
📝 jp/guides/workflow/node/end.md (+2 -2)
📝 jp/guides/workflow/node/ifelse.md (+6 -2)
📝 jp/guides/workflow/node/knowledge-retrieval.md (+5 -5)
jp/guides/workflow/node/list-operator.md (+87 -0)
📝 jp/guides/workflow/node/llm.md (+55 -26)
📝 jp/guides/workflow/node/parameter-extractor.md (+8 -4)
📝 jp/guides/workflow/node/question-classifier.md (+7 -5)
📝 jp/guides/workflow/node/start.md (+60 -16)
📝 jp/guides/workflow/node/variable-assigner-1.md (+2 -2)
📝 jp/guides/workflow/node/variable-assigner.md (+4 -6)

...and 10 more files

📄 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-archived/pull/329 **Author:** [@HanqingZ](https://github.com/HanqingZ) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@HanqingZ](https://github.com/HanqingZ) **Base:** `main` ← **Head:** `doc/file-upload` --- ### 📝 Commits (1) - [`19c70ab`](https://github.com/langgenius/dify-docs-archived/commit/19c70abbcd6707c006533abdbc7bb70f1ac18264) Implement the translation for all new journeys. ### 📊 Changes **30 files changed** (+936 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `en/SUMMARY.md` (+1 -0) 📝 `jp/SUMMARY.md` (+10 -2) ➕ `jp/development/models-integration/litellm.md` (+80 -0) 📝 `jp/getting-started/install-self-hosted/environments.md` (+8 -0) ➕ `jp/guides/tools/tool-configuration/comfyui.md` (+16 -0) ➕ `jp/guides/workflow/additional-features.md` (+105 -0) ➕ `jp/guides/workflow/file-upload.md` (+99 -0) 📝 `jp/guides/workflow/key-concept.md` (+9 -4) 📝 `jp/guides/workflow/node/README.md` (+1 -1) ➕ `jp/guides/workflow/node/doc-extractor.md` (+62 -0) 📝 `jp/guides/workflow/node/end.md` (+2 -2) 📝 `jp/guides/workflow/node/ifelse.md` (+6 -2) 📝 `jp/guides/workflow/node/knowledge-retrieval.md` (+5 -5) ➕ `jp/guides/workflow/node/list-operator.md` (+87 -0) 📝 `jp/guides/workflow/node/llm.md` (+55 -26) 📝 `jp/guides/workflow/node/parameter-extractor.md` (+8 -4) 📝 `jp/guides/workflow/node/question-classifier.md` (+7 -5) 📝 `jp/guides/workflow/node/start.md` (+60 -16) 📝 `jp/guides/workflow/node/variable-assigner-1.md` (+2 -2) 📝 `jp/guides/workflow/node/variable-assigner.md` (+4 -6) _...and 10 more files_ </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 11:20:51 -05:00
yindo closed this issue 2026-02-16 11:20:51 -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-archived#445