mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
* feat: init translation prompts from Dify workflow Add translation prompt templates used by Dify workflow: - 1.md: New document translation - 2.md: Update existing translation - 3.md: Update with diff/checklist 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: add URL localization rule to prompt 1, fix lang codes in prompt 3 - prompt 1.md: Add Rule 3 URL Localization (was missing, causing /en/ URLs to not be mapped) - prompt 3.md: Fix language code comments (cn/jp → zh/ja to match actual folder structure) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * docs: add README for translation prompts Document prompt file mapping to Dify workflow nodes and testing workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * refactor: move prompts to tools/translate/, add testing docs - Move prompt templates to tools/translate/prompt/ (closer to translation code) - Add prompt testing workflow to translate-test-dify/README.md - Document prompt-to-workflow mapping and URL localization rule 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>