-
Notifications
You must be signed in to change notification settings - Fork 8
Translator
The Chat Plus translator can translate your messages and other player's messages automatically or by control clicking them.
Config > Translator
Enables/Disables the translator features.
Enables/Disables the translate text bar element with the language to translate to. (Bottom right corner in chat input box)
Language to translate to. (The language messages are translated to, automatically or control click)
If someone types inSpanishand this setting isEnglish, then that message would be translated toEnglish.
Language to use when translating your own messages. (The language you type in)
If you want to translate your messages fromEnglishtoSpanish, then this setting would beEnglish.
Language your messages are translated to. (The language you want to speak in)
If you want to translate your messages fromEnglishtoSpanish, then this setting would beSpanish.
This is used for automatically translating messages.
Any message that matches any of your regex patterns will be auto translated to the language of theTranslate Tosetting.
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)