Skip to content

What is Auto-translation "Blacklist"?

img_7.png

To minimize API requests, you may typically want to avoid automatically translating certain messages that don't need translation, such as phone numbers or website links, as shown in the image below.

img_8.png

You can prevent messages that match specific regex rules from being automatically translated by configuring an Auto-translation blacklist.

img_9.png

As image above, it will prevent all messages starting with "http" and those consisting of pure numbers from being automatically translated.

You can define these regex rules yourself and stack them using newline characters.

This might require you to have some knowledge of writing regular expressions.

If you need assistance, you can also contact me via Facebook, and I will be happy to write these rules for you.