← Back to Docs
Recipe

Docs localization plan writer

Generate a structured localization plan for your documentation site — target locales, glossary extraction, translation pipeline, and deployment strategy — in one pass.

What it does

Feed it your docs repo URL and a list of target languages. The recipe scans your content tree, identifies high-priority pages, extracts a shared glossary, and outputs a phased rollout plan with i18n framework recommendations and CI integration steps.

Inputs

  • Docs repository URL or local path
  • Target locales (e.g. ja, de, pt-BR)
  • Translation vendor preference (optional)
  • Budget per word or per page (optional)

Output

  • Priority-ordered page inventory
  • Shared glossary JSON
  • Phased rollout timeline
  • CI pipeline config snippet
  • Cost estimate per locale

Example prompt

repo: github.com/acme/docs
locales: ja, de, fr
vendor: deepl
budget: $0.12/word

Meridian — getnimbus.net