> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commit Translation

> Commit translation

Promote template translation changes from draft to live mode. Finalizes all pending translation changes in the workspace. You don't need to run this command if you already used the `--commit=true` flag with the [`translation push`](/reference/cli-translation-push) command.

## Syntax

```bash theme={"system"}
suprsend translation commit [flags]
```

## Flags

| Flag                          | Description                                    | Default |
| ----------------------------- | ---------------------------------------------- | ------- |
| `-h, --help`                  | Show help for the command                      | –       |
| `-m, --commit-message string` | Message describing the changes being committed | –       |

## Example

```bash theme={"system"}
# 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"
```
