Translation of Skill Seekers documentation from English to Chinese.
Target: 45 files Completed: 9 files (20%) Remaining: 36 files (80%)
- ✅
about/introduction.md - ✅
about/features.md - ✅
about/faq.md - ✅
about/use-cases.md - ✅
getting-started/overview.md
- ✅
getting-started/installation.md - ✅
getting-started/first-skill.md - ✅
cli/overview.md - ✅ Translation script created:
translate_docs.py
- ⏳
cli/scrape.md - ⏳
cli/github.md - ⏳
cli/pdf.md - ⏳
cli/unified.md - ⏳
cli/package.md - ⏳
cli/upload.md - ⏳
cli/enhance.md - ⏳
cli/config.md - ⏳
cli/resume.md
- ⏳
guides/troubleshooting.md - ⏳
guides/submit-config.md
- ⏳
tutorials/scraping-docs.md - ⏳
tutorials/analyzing-github.md - ⏳
tutorials/extracting-pdfs.md - ⏳
tutorials/multi-source-skills.md - ⏳
tutorials/creating-configs.md
- ⏳
manual/advanced/three-stream-architecture.md
- ⏳
manual/codebase-analysis/c3x-codebase-analysis.md - ⏳
manual/codebase-analysis/how-to-guides.md - ⏳
manual/codebase-analysis/pattern-detection.md - ⏳
manual/codebase-analysis/test-extraction.md
- ⏳
manual/enhancement/ai-enhancement.md
- ⏳
manual/mcp/setup.md
- ⏳
manual/platforms/gemini.md - ⏳
manual/platforms/openai.md - ⏳
manual/platforms/multi-llm-support.md
- ⏳
manual/scraping/pdf.md - ⏳
manual/scraping/unified-scraping.md
- ⏳
reference/ai-skill-standards.md - ⏳
reference/c3x-router-architecture.md - ⏳
reference/claude-integration.md - ⏳
reference/feature-matrix.md - ⏳
reference/git-config-sources.md - ⏳
reference/large-documentation.md - ⏳
reference/llms-txt-support.md - ⏳
reference/skill-architecture.md - ⏳
reference/config-schema.md
- ⏳
community/roadmap.md - ⏳
community/future-releases.md - ⏳
community/changelog.md - ⏳
community/contributing.md
- ✅ Keep YAML frontmatter structure
- ✅ Translate
titleanddescriptionfields - ✅ Keep
sectionandorderunchanged - ✅ Preserve all markdown formatting
- ✅ Keep code blocks in English
- ✅ Translate code comments and explanations
- ✅ Keep relative links unchanged
- Technical terms (API, CLI, GitHub, etc.) → Keep in English or use accepted Chinese tech terms
- Command names (
scrape,enhance, etc.) → Keep in English in code blocks - File paths and URLs → Keep unchanged
- Code examples → Keep in English
- Inline code → Keep in English
- Headers and body text → Translate to Chinese
- Natural Chinese language flow
- Consistent terminology across all files
- Preserve technical accuracy
- Maintain professional tone
- Keep examples clear and actionable
cli/scrape.md- Most used commandcli/package.md- Essential for deploymentcli/upload.md- Deployment stepcli/enhance.md- Quality improvementcli/github.md- Code analysiscli/pdf.md- PDF extractioncli/unified.md- Advanced multi-sourcecli/config.md- Configurationcli/resume.md- Job management
tutorials/scraping-docs.mdtutorials/analyzing-github.mdtutorials/extracting-pdfs.mdtutorials/multi-source-skills.mdtutorials/creating-configs.md
- All
manual/*files - All
reference/*files
- All
community/*files - All
guides/*files
-
Manual Translation (Recommended for quality)
- Read English file
- Translate section by section
- Preserve structure exactly
- Test rendering
-
Semi-Automated (Using translate_docs.py)
- Lists files to translate
- Provides structure framework
- Requires manual translation of content
-
AI-Assisted (Claude Code)
- Read source file
- Generate Chinese translation
- Review and refine
- Save to correct location
To complete the translation:
# 1. For each file in the remaining list:
# Read the English source
cat src/content/docs/<category>/<file>.md
# 2. Translate to Chinese maintaining structure
# 3. Save to Chinese docs directory
# Save to: src/content/docs-zh/<category>/<file>.md
# 4. Verify rendering (optional but recommended)
npm run dev
# Check http://localhost:4321/zh/docs/<category>/<file>English path: src/content/docs/<category>/<file>.md
Chinese path: src/content/docs-zh/<category>/<file>.md
Example:
- English:
src/content/docs/cli/scrape.md - Chinese:
src/content/docs-zh/cli/scrape.md
For each translated file, verify:
- YAML frontmatter is valid
- Title translated correctly
- Description translated
- All headers translated
- Body text translated naturally
- Code blocks preserved (English)
- Links work correctly
- Formatting intact (tables, lists, etc.)
- No broken markdown syntax
- File saved in correct location
Update this file as you complete translations:
# After completing a file, change ⏳ to ✅
# Example:
# - ⏳ `cli/scrape.md` → ✅ `cli/scrape.md`Last Updated: 2026-01-22 Translator: Claude Code Progress: 9/45 files (20%)