Language Bridge

Introduction

Stores keys/translations, serves i18next JSON, web UI + API.

The app is the application at the heart of Language Bridge. It stores translation keys and values, receives missing keys pushed by i18next's saveMissing, gives translators a web UI to fill in values, and serves the translations as CDN-cacheable i18next JSON from a public endpoint — no frontend redeploy needed.

Setup

The app ships as a single Docker image and runs with Docker Compose (or a plain docker run). See Architecture → Running with Docker for the full setup.

In this section

On this page