Hi everyone,
I’m using OpenWiki to generate documentation for a large set of Git repositories, and I’m having trouble getting the initial documentation generated in Spanish.
My setup:
- OpenWiki version:
v0.0.4 - Provider: OpenRouter
- Model:
z-ai/glm-5.2 - Command used:
openwiki --init “Genera la documentación OpenWiki de este repositorio en español técnico claro. Todo el contenido Markdown visible debe quedar en español: títulos, párrafos, tablas, listas y descripciones. También usa nombres de archivos Markdown en español y actualiza enlaces internos. No traduzcas código, comandos, rutas, endpoints, clases, paquetes, variables ni nombres técnicos.”
The above means:
openwiki --init “Generate the OpenWiki documentation for this repository in clear technical Spanish. All visible Markdown content must be in Spanish: titles, paragraphs, tables, lists, and descriptions. Also use Spanish Markdown file names and update internal links. Do not translate code, commands, paths, endpoints, classes, packages, variables, or technical names.”
The issue is that even though the prompt explicitly asks for Spanish documentation, OpenWiki still generates most of the documentation in English. This includes both the content and file names, for example:
quickstart.mdarchitecture.mddata-layer.mdworkflows.md
As a workaround, we had to run openwiki --init first and then perform a separate translation/normalization step afterward: translating the Markdown content, renaming files to Spanish, and fixing internal links.
Has anyone else experienced this with OpenWiki, OpenRouter, or this model? Is there a recommended way to force the documentation language during --init, or is this currently model/provider-dependent?
Thanks!