Mkdocs Translations

🏢Official
by github · vlatest · Repository

Automatically translates your MkDocs documentation into multiple languages, improving global accessibility and reach for diverse audiences.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add mkdocs-translations npx -- -y @trustedskills/mkdocs-translations
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "mkdocs-translations": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/mkdocs-translations"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The mkdocs-translations skill enables automatic translation of MkDocs documentation into multiple languages. It streamlines the process of creating multilingual websites by handling language detection, content rendering, and file organization.

When to use it

  • You need to provide documentation in multiple languages for a global audience.
  • Your project requires consistent translations across all pages without manual effort.
  • You want to automate the translation workflow as part of your MkDocs build process.

Key capabilities

  • Automatic detection of source language and translation into target languages.
  • Integration with MkDocs for seamless multilingual site generation.
  • Support for organizing translated content in separate directories or files.

Example prompts

  • "Translate my MkDocs documentation into Spanish and French."
  • "Set up automatic translations for all pages using mkdocs-translations."
  • "Generate a multilingual version of the docs with English as the base language."

Tips & gotchas

  • Ensure your source content is clean and well-formatted to avoid translation errors.
  • Translation accuracy may vary depending on the tools or APIs used behind the scenes.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
github
Installs
4.0k

🏢 Official

Published by the company or team that built the technology.