mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1382] [MERGED] new plugin for file translator #1571
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1382
Author: @sheep431
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (5)
bfca82eCreate dummyf05afccFirst versionf2a8390Delete sheep431/fileTranslator/dummy32ac497Icon updated1f15292Update file_translator.difypkg📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
sheep431/fileTranslator/file_translator.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
File Translator Tool for Dify is a simple and reliable plugin that automatically translates
.txt,.xlsx, and.docxfiles into a specified target language using the selected LLM model configured within Dify.It preserves the original file structure — line-by-line for TXT, cell-by-cell for Excel, and paragraph-by-paragraph for Word — while ensuring accurate mapping and automatic retry for any missing translations.
The plugin produces a downloadable translated file (e.g.
document.translated.en.docx) directly within the workflow, requiring no external API calls or dependencies beyond Dify’s LLM environment.4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines):
Data Collection
This plugin does not collect or store any personal data.
All translation and file processing are executed within the Dify environment, and no external services or APIs are contacted.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.