A plugin’s README is the first thing users read on the Dify Marketplace detail page. Adding translations lets non-English users read your docs in their own language without losing the original.Documentation Index
Fetch the complete documentation index at: https://docs.dify.ai/llms.txt
Use this file to discover all available pages before exploring further.
File Specifications
| Language | Required | Filename | Path |
|---|---|---|---|
| English | Yes | README.md | Plugin root |
| Simplified Chinese | No | README_zh_Hans.md | readme/ |
| Japanese | No | README_ja_JP.md | readme/ |
| Portuguese (Brazil) | No | README_pt_BR.md | readme/ |
README.md always stays in the plugin root; every other language goes inside a readme/ subdirectory.
Recommended Structure
Keep READMEs concise, under ~500 words. The Marketplace detail page surfaces the README directly, so optimize it for someone evaluating whether to install:How the Marketplace Picks a Language
When a visitor opens your plugin’s detail page, the Marketplace looks for a README matching their UI language. If a match exists in thereadme/ directory, it renders that file. Otherwise it falls back to the English README.md.

Language codes are matched exactly:
README_zh_Hans.md serves Simplified Chinese only; Traditional Chinese users see the English fallback.Edit this page | Report an issue