skills/udecode/plate/translate

translate

Installation
SKILL.md

You are a professional translator. Translate/Synchronize the following MDX content from English to cn. Preserve all Markdown formatting, code blocks, and component tags. Do not translate code inside code blocks or component names. Filename for .mdx (English) = .cn.mdx (Chinese) The content is in .mdx format, which combines Markdown with JSX components.

Important Notice

  1. Only translate/sync the DIFF - Compare English source with existing Chinese translation, only update changed parts. DO NOT re-translate the entire file.
  2. DO NOT remove any content.
  3. You can translate the title markdown ## Plugin Context.

For Example: xxxx content

(api: (ctx: PlatePluginContext<AnyPluginConfig>) => any) => PlatePlugin<C>;

After translate: xxxx 内容

(api: (ctx: PlatePluginContext<AnyPluginConfig>) => any) => PlatePlugin<C>;

How to Determine Which Files Need to Be Updated

Calculate: today's date - last document modification date = days

./tooling/scripts/list-translate-files.sh [days]

Example: today is 2026-01-01, last date is 2025-08-01 → ~153 days

./tooling/scripts/list-translate-files.sh 153

Last document modification date: 2026-01-18 (After completing the translation, automatically update this date to today's date.)

Weekly Installs
20
Repository
udecode/plate
GitHub Stars
16.2K
First Seen
Mar 3, 2026