Automatic, multi-service, client- or serverside message translations
Go to file
Johannes Frohnmeyer a4b4d49072
Include LibJF 2.7.0
2022-04-03 19:15:40 +02:00
src/main Rework impl, allow for regex filters (closes #1) 2022-04-02 17:34:17 +02:00
.gitignore Add files 2021-12-30 22:16:37 +01:00
.gitlab-ci.yml Add files 2021-12-30 22:16:37 +01:00
LICENSE Add files 2021-12-30 22:16:37 +01:00
README.md Add README from modrinth 2022-03-13 17:18:23 +01:00
build.gradle Include LibJF 2.7.0 2022-04-03 19:15:40 +02:00
gradle.properties Include LibJF 2.7.0 2022-04-03 19:15:40 +02: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"
}