Skip to main content
This command will make translation changes live. You don’t need to run this command if you already used the --commit=true flag with the translation push command.

Syntax

suprsend translation commit [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-m, --commit-message stringThe commit message for the translation

Example

# Commit translations in staging workspace (default)
suprsend translation commit

# Commit translations in production workspace
suprsend translation commit --workspace production

# Commit translations with a descriptive message
suprsend translation commit --commit-message "Updated all French translations"