Skip to main content
Translation files are pushed and go live immediately. Unlike categories, translations do not require a commit step. You can push a specific locale using the --locale flag, or push all translation files in the directory if the flag is omitted. Note: Cannot push en.json (English translations). English translations are automatically created from category names and descriptions.

Syntax

suprsend category translation push [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-l, --locale stringSpecific locale to push (optional, pushes all if omitted)
-d, --dir stringDirectory path where translation files are locatedsuprsend/category/
-w, --workspace stringWorkspace to push translations tostaging

Example

# Push all translation files from default directory
suprsend category translation push

# Push translations from custom directory
suprsend category translation push --dir categories/translations

# Push specific locale to production workspace
suprsend category translation push --locale es --workspace production