lokalise-deploy-integration
Installation
SKILL.md
Lokalise Deploy Integration
Overview
Translations must be downloaded fresh during CI/CD builds to ensure production always ships the latest reviewed content. This skill covers downloading translations as a build step, GitHub Actions workflows for translation sync, Vercel and Netlify build plugin integration, OTA (over-the-air) updates for mobile apps via Lokalise's iOS and Android SDKs, and environment-specific translation bundles.
Prerequisites
- Lokalise API token with download permissions (read-only token recommended for CI)
LOKALISE_API_TOKENandLOKALISE_PROJECT_IDstored as CI secretscurlandunzipavailable in CI environment (standard on GitHub Actions runners)- For OTA: Lokalise OTA SDK token (separate from API token, generated in Lokalise dashboard)
Instructions
1. Download Translations in the Build Step
Add a pre-build script that pulls translations from Lokalise before your framework compiles: