> ## 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.

# Pull Preference Translation

> Pull preference translations

Download preference category translations from a workspace to local JSON files. Creates one file per locale (e.g., `es.json`, `fr.json`) in the output directory.

## Syntax

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

## Flags

| Flag               | Description                                          | Default                         |
| ------------------ | ---------------------------------------------------- | ------------------------------- |
| `-h, --help`       | Show help for the command                            | –                               |
| `-d, --dir string` | Directory to save translation files to               | `suprsend/category/translation` |
| `-f, --force`      | Skip directory confirmation prompt, use default path | –                               |

## Example

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

***

## Related documentation

* [Category Translations](/docs/notification-category#category-translations)
* [How to manage Category translations](/docs/managing-notification-categories#managing-category-translations)
