Pre-translation
Configure text processing rules applied before sending text to the translation engine.
Allow line breaks
Preserves line breaks in the original text. By default, all line breaks are removed before translation.
Trim & normalize spaces
Removes leading and trailing whitespace from text before translation.
Exclude strings
Excludes specific strings from translation. When text matches exactly, it will not be translated. However, sentences containing these strings will still be translated.

Example
Exclude Strings: "Sunny, Summer, Dark Lord"
Original Text
Translation Behavior
Summer
❌ Will not be translated (exact match)
Where are you, Summer?
✅ Will be translated (part of sentence)
Hi, Summer
✅ Will be translated (part of sentence)
Regular expression (RegExp)
Applies custom regular expression patterns to filter or modify text before translation.
Learn more: RegExp Guide