i18nexus-cli

CLI tool for accessing and managing i18nexus translation API

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Command line interface (CLI) for accessing the i18nexus API

Commands

i18nexus

Examples

Authenticate with i18nexus API using your API key$ i18nexus login --api-key YOUR_API_KEY
Upload translation strings from a local file to i18nexus$ i18nexus upload --file strings.json --project-id YOUR_PROJECT_ID
Download translated strings for a specific language$ i18nexus download --project-id YOUR_PROJECT_ID --language fr --output fr.json