Automated localization for your GitHub repositories
/api/webhook - Webhook handler/api/health - Health checkConfigure the following environment variables:
GITHUB_APP_ID - Your GitHub App IDGITHUB_APP_PRIVATE_KEY - Base64 encoded private keyGITHUB_APP_WEBHOOK_SECRET - Webhook secretGITHUB_APP_NAME - App nameGITHUB_APP_EMAIL - App emailGITHUB_APP_URL - App URLCreate a .vocoder/config.json file in your repository:
{
"targetBranches": ["main"],
"sourceFile": "src/locales/en.json",
"sourceLocale": "en",
"targetLocales": ["fr", "it"],
"outputDir": "locales",
"projectApiKey": "your-api-key"
}