Automatic, multi-service, client- or serverside message translations
Go to file
Johannes Frohnmeyer 0e2b1f034d
ci/woodpecker/push/jfmod Pipeline was successful Details
ci/woodpecker/tag/jfmod Pipeline was successful Details
Update to 1.19.3
2022-12-08 18:06:28 +01:00
src Update to 1.19.3 2022-12-08 18:06:28 +01:00
.gitignore Add files 2021-12-30 22:16:37 +01:00
.woodpecker.yml Disable debug logs by default 2022-12-02 16:22:19 +01:00
LICENSE Add files 2021-12-30 22:16:37 +01:00
README.md Update for 1.19 2022-06-07 21:34:26 +02:00
build.gradle.kts Update to 1.19.3 2022-12-08 18:06:28 +01:00
gradle.properties Update to 1.19.3 2022-12-08 18:06:28 +01:00
settings.gradle.kts Disable debug logs by default 2022-12-02 16:22:19 +01:00

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