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

# Bulk Operations

> Update multiple translation keys efficiently and safely.

Bulk workflows are ideal for:

* Namespace-wide copy updates
* Migration to new naming standards
* Large locale backfills

## Safe Execution Pattern

1. Scope the operation to a clear namespace
2. Run a preview/dry run first
3. Apply updates in batches
4. Validate changed keys with sampling
5. Export and smoke test in staging

## Typical Bulk Tasks

* Rename keys from old naming formats
* Apply style-guide updates across locales
* Backfill missing translations for a new language

Always run bulk updates in a controlled sequence and validate exports after changes.
