Automatic, multi-service, client- or serverside message translations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Johannes Frohnmeyer 476539c584
ci/woodpecker/push/jfmod Pipeline failed Details
ci/woodpecker/tag/jfmod Pipeline was successful Details
Adjust server message decorator event phase
1 day ago
src Adjust server message decorator event phase 1 day ago
.gitignore Add files 1 year ago
.woodpecker.yml Disable debug logs by default 4 months ago
LICENSE Add files 1 year ago
README.md Update for 1.19 10 months ago
build.gradle.kts Bump to 1.19.4 1 week ago
gradle.properties Bump to 1.19.4 1 week ago
settings.gradle.kts Use new config compiler plugin 3 months ago

README.md

GoogleChat automatically translates all messages sent or received by the client to/from a configured language using Google Translate through LibJF.

Both directions of translation can be configured and GoogleChat can be disabled completely from the config, though server-specific configs are not implemented.

If you want to use GoogleChat serverside (which is supported btw), a config like the following is recommended:

{
  "enabled": true,
  "serverLanguage": "en",
  "clientLanguage": "auto"
}

You should also enable previews-chat in your server.properties to allow signed message translations