Lexique

Export options

  • JSON for web and app bundles.
  • YAML for Symfony and other server-side i18n stacks.
  • CSV for review, audits, and handoff.
  • API pull for repeatable local development and CI jobs.

GitHub Actions example

Create a read-only account machine token for the project, save it as a repository secret, and install a pinned CLI version in CI.

npm install --global @lexique/cli@0.2.0
export LEXIQUE_TOKEN="$LEXIQUE_MACHINE_TOKEN"
lexique pull --project 123 --locale en --locale fr --output ./src/i18n

Access rules

Exports and API sync are available during an active 14-day trial and on Pro. After trial expiration, API and CLI routes return a stable `402 payment_required` JSON error for non-Pro accounts.