Skip to main content
By default, pulled translations are stored in the suprsend/category/ directory, but you can change the destination using -d, --dir flag. This command creates {locale}.json files (e.g., es.json, fr.json) for each available translation locale.

Syntax

suprsend category translation pull [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-d, --dir stringOutput directory for translation files./suprsend/category
-f, --forceUse default directory without prompting
-w, --workspace stringWorkspace to pull translations fromstaging

Example

# Pull all translation files to default directory
suprsend category translation pull

# Pull translations into custom directory path
suprsend category translation pull --dir categories/translations

# Pull translations from production workspace
suprsend category translation pull --workspace production