translate

Translate jupytext-formatted Python documentation from English to Japanese.

21|11|Updated Jun 18, 2023
One-click install
npx skills add https://github.com/Jij-Inc/Qamomile --skill translate-jij-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate
Source: https://github.com/Jij-Inc/Qamomile/tree/main/.claude/skills/translate
Command: npx skills add https://github.com/Jij-Inc/Qamomile --skill translate-jij-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

English documentation needs to be translated into Japanese while preserving structure, terminology consistency, and cross-references, without manual drift across repeated updates.

Core Features & Use Cases

  • Automated EN→JA translation workflow: Reads target .py files under docs/en/ (jupytext format) and writes corresponding translated files under docs/ja/.
  • Terminology and style enforcement: Applies detailed rules for politeness style, spacing, and Qamomile-specific term mappings to keep the Japanese docs consistent.
  • Notebook & navigation generation: Converts translated .py into .ipynb via jupytext, updates docs/ja/myst.yml TOC when needed, and creates missing index.md files.

Quick Start

Run the translate skill on a specific path like /translate docs/en/release_notes/v0_10_0.py to update or generate the corresponding Japanese documentation and related notebook/indices.

Frequently Asked Questions about translate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate jupytext-formatted markdown documentation into Japanese while preserving structure?

To translate jupytext-formatted markdown documentation into Japanese, this skill reads .py files from docs/en and writes translated docs/ja files while preserving Markdown structure, terminology conventions, and cross-references.

Can I synchronize incremental updates to existing Japanese documentation without rewriting the entire file?

Yes, you can synchronize incremental updates to existing Japanese documentation by extracting English diffs and applying rule-based translation logic, ensuring updates stay consistent without manual drift across repeated modifications.

How does documentation translation handle technical terminology consistency for Qamomile docs?

Documentation translation handles technical terminology consistency by applying detailed rules for politeness style, spacing, and Qamomile-specific term mappings, keeping the Japanese docs consistently formatted and accurately translated.

What is the best way to convert translated jupytext .py files into .ipynb notebooks and update the TOC?

The best way to convert translated jupytext .py files into .ipynb notebooks and update the TOC is using this skill's automated workflow, which converts files via jupytext and updates docs/ja/myst.yml while creating missing index.md files.

Does the markdown localization workflow support generating missing index files for translated notebooks?

Yes, the markdown localization workflow supports generating missing index files for translated notebooks by creating necessary index.md files and maintaining TOC entries within docs/ja/myst.yml during the English to Japanese translation process.