← Back to Blog

New: GitHub Action for WebTranslateIt

By Edouard · March 30, 2026

We just released an official GitHub Action that automatically syncs your translation files with WebTranslateIt. Push source strings and pull translations on every commit — no scripts, no cron jobs.

Add it to your workflow in 3 lines:

- uses: webtranslateit/github-action@v1
  with:
    api_key: ${{ secrets.WTI_API_KEY }}

Read the full announcement →