Skip to content

Translator

ebicep edited this page Jul 29, 2024 · 4 revisions

The Chat Plus translator can translate your messages and other player's messages automatically or by control clicking them.

Config

Config > Translator


General

Enabled

Enables/Disables the translator features.

Show Translate Text Bar Element

Enables/Disables the translate text bar element with the language to translate to. (Bottom right corner in chat input box)

Translate To

Language to translate to. (The language messages are translated to, automatically or control click)
If someone types in Spanish and this setting is English, then that message would be translated to English.

Self Language

Language to use when translating your own messages. (The language you type in)
If you want to translate your messages from English to Spanish, then this setting would be English.

Speaking Language

Language your messages are translated to. (The language you want to speak in)
If you want to translate your messages from English to Spanish, then this setting would be Spanish.

Regex Patterns

This is used for automatically translating messages.
Any message that matches any of your regex patterns will be auto translated to the language of the Translate To setting.
The matcher excludes the group 0 of the regex, this is done to only translate the text player's send and not things like their name, see example below.

  • Pattern: Regex pattern to match messages
    • Ex. \[.*?\] \w{0,}:
    • Would auto translate [MVP+] coolguy: Hola, mi nombre es Joe.
    • Group 0 = [MVP+] coolguy: .
    • Message translated = Hola, mi nombre es Joe.
    • Link to test patterns
  • Group Index: Group which indicates the player's name. (DEPRECATED - Unused)

Clone this wiki locally