Stop the endless back-and-forth with developers for simple text changes. This open-source platform revolutionizes app localization by allowing you to translate text directly within your application. See your changes live and in context, ensuring perfect translations every time.
Leverage context-aware AI that provides more accurate and reliable suggestions than standard machine translation, significantly reducing the time spent on reviews. The entire localization process becomes a collaborative effort, where translators, marketers, or even clients can contribute directly without needing technical skills.
For developers, the platform offers a flexible and powerful workflow with a variety of integration options:
This approach saves countless hours, eliminates tedious copy-pasting from spreadsheets, and helps you launch multilingual applications faster than ever.
services:
tolgee:
image: tolgee/tolgee:latest
container_name: tolgee
ports:
- "8080:8080"
volumes:
- ./tolgee-data:/data
environment:
- tolgee.authentication.initial-username=${TOLGEE_ADMIN_USERNAME}
- tolgee.authentication.initial-password=${TOLGEE_ADMIN_PASSWORD}
- tolgee.authentication.jwt-secret=${TOLGEE_JWT_SECRET}
restart: unless-stoppedTOLGEE_ADMIN_USERNAME=admin
TOLGEE_ADMIN_PASSWORD=super_secret_admin_password
TOLGEE_JWT_SECRET=replace_this_with_a_long_random_secret_stringAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago