How to prevent content from being translated?
Summary
Translation exclusions let you prevent specific words or word combinations from being translated on your clone. This is useful for brand names, product names, addresses, or technical values that should always stay the same. In this article, you’ll learn how to add translation exclusions, manage them in bulk, and exclude specific JSON or XML fields safely.
FAQ
Can I exclude full sentences from translation?
No. Translation exclusions are meant for single words or short word combinations only.
Is there a limit to how many exclusions I can add?
Yes. You can add up to 10,000 translation exclusions in total.
Will exclusions apply immediately?
Yes. Changes take effect automatically on your clone.
⏱️ Reading time: 5–7 minutes
What are translation exclusions?
Translation exclusions ensure that certain words or word combinations are never translated by Clonable.
Common use cases include:
- Brand names
- Company names
- Product names
- Addresses
- Fixed technical values
Adding translation exclusions
You can manage translation exclusions directly from your clone settings.
Follow these steps:
- Open your clone in the control panel.
- Go to Exclusions in the side menu.
- Stay on the first tab: Translation exclusions.
- Use the New exclusion input field.
- Enter one or a few words.
- Click Add to save.
The entered fragment will no longer be translated anywhere on your clone.
Bulk import translation exclusions
If you have many words to exclude, bulk import is the fastest option.
This is especially useful for:
- Large brand lists
- Product catalogs
- Technical term lists
How bulk import works
- Upload a
.txtfile - One exclusion per line
- Up to 1,000 words per upload
- Each line can be up to 128 characters
- Maximum of 10,000 exclusions in total
Example file
Adidas
Brabo
Converse
Derbystar
Equalite
Managing lists
When uploading a file:
- Give the list a name
- This helps you recognize and update it later
If you upload a new file with the same list name, the old list will be completely replaced by the new one.
Deleting a bulk exclusion list
To delete an existing list:
- Create an empty text file
- Upload it using the same list name
This will remove the entire exclusion list at once.
Excluding JSON or XML fields
Some JSON or XML fields should never be translated, as this may break applications or integrations.
Typical examples:
- Status fields
- Error codes
- Constant values
You can exclude these fields by using:
json.fieldnamexml.fieldname
JSON example
API endpoint:
Response:
{
"status": "failure",
"error_code": "upstream_failed",
"error_message": "Something went wrong. Try again later."
}
To prevent translation issues:
- Add
json.status - Add
json.error_code
The error_message field will still be translated, while the technical fields remain unchanged.
Tags
localization rules, language control, untranslated content, brand protection, api stability, text filtering
Updated on: 27/01/2026
Thank you!
