Skip to main content

19 open source projects, translated and deployed

· 4 min read
PageTurner Team
Research & Engineering

We've been translating open source documentation to prove that high-quality, automated doc translation is real — not a pitch deck bullet point. Below are 19 live sites you can browse right now.

Every project was translated from its public GitHub repository. Code blocks, JSX components, and links are preserved. Each site is deployed on Vercel and syncs with the source repo.

These are independent demos, not official partnerships. If you maintain one of these projects and want to make it official, get in touch.

The projects

ProjectLanguagesLive Demo
FormatJS8 (de, es, fr, it, ja, pt, zh-Hans, zh-Hant)Browse
Prettier7 (de, es, fr, ja, ko, sv, zh-Hans)Browse
Jest7 (de, es, fr, it, ja, pt-BR, zh-Hans)Browse
Babel7 (de, es, fr, it, ja, ko, zh-Hans)Browse
tRPC6 (es, fr, ja, ko, sv, zh-Hans)Browse
Lerna6 (es, fr, it, ja, ru, zh-Hans)Browse
Redux6 (es, ja, ko, ru, zh-Hans)Browse
TypeORM6 (de, es, ja, ko, ru, zh-Hans)Browse
Testing Library5 (es, fr, nl, pt-BR, zh-Hans)Browse
Front End Interview Handbook5 (de, es, fr, ja, zh-Hans)Browse
DocSearch (Algolia)4 (es, fr, ja, zh-Hans)Browse
Oh My Posh4 (es, fr, nl, zh-Hans)Browse
RedwoodJS GraphQL4 (de, fr, zh-Hans, zh-Hant)Browse
React Native3 (es, pl, zh-Hans)Browse
Chaos Mesh3 (de, fr, zh-Hans)Browse
Jellyfin3 (es, nl, zh-Hans)Browse
WatermelonDB2 (pl, zh-Hans)Browse
Immer2 (nl, zh-Hans)Browse
Netdata1 (zh-Hans)Browse

That's 19 projects across 13 languages, producing over 80 individually translated documentation sites.

What to look for

When you browse a demo, check for:

  • Term consistency. Pick a technical term like "repository" or "middleware" and search for it across multiple pages. It should translate the same way everywhere.
  • Code preservation. Code blocks, inline code, import statements, and JSX components should be untouched.
  • Navigation. Sidebar labels, page titles, and breadcrumbs should all be translated — not left in English.
  • Links. Internal doc links should still work. External links should be unchanged.

Languages covered

Across all 19 projects, translations span: Chinese (Simplified), Chinese (Traditional), Dutch, French, German, Italian, Japanese, Korean, Polish, Portuguese, Portuguese (Brazilian), Russian, Spanish, and Swedish.

Major languages like Japanese, Chinese, Spanish, and German appear in the majority of projects. Less common targets like Swedish, Polish, and Dutch demonstrate the system works beyond the usual suspects.

How these were built

Each project followed the same process:

  1. Clone the documentation repository
  2. Analyze terminology and build a consistency dictionary
  3. Translate all content with context enforcement
  4. Deploy to Vercel
  5. Set up CI/CD to sync with the source repo

No manual setup per project. No per-language configuration. The same pipeline handles a 10-page site and a 500-page site.

For technical details, see How It Works.

What's next

We're actively seeking official partnerships with open source projects. If your project could benefit from multilingual documentation — at no cost — apply to the Founding Partner Program.

For commercial documentation, contact us for a free sample translation.