Skip to content

chore: ️ implement Tolgee

Simon Mulquin requested to merge tolgee-dev into main

#532 (closed)

@tizzo currently, the tool enables to propose new translations trough Tolgee, as a more accessible alternative to Weblate making it possible to translate in app.

At the current stage, we don't fetch Tolgee data neither for live update in app, nor for delivery trough Gitlab pipelines, this merge request will enable the product owner @aarburg to validate the integration of the tool before we explore how to deliver the content in a seamless way.

You will need to add new env variables to the test environment:

NEXT_PUBLIC_TOLGEE_API_URL=https://app.tolgee.io
NEXT_PUBLIC_TOLGEE_API_KEY=Ask me

Note that Tolgee is open source and we will be able to self host it, but I already configured one project to work with Caroster on their cloud service.

Edited by Simon Mulquin

Merge request reports