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 }}