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.