GoogleChat
Automatic, multi-service, client- or serverside message translations
GoogleChat
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: ```json { "enabled": true, "serverLanguage": "en", "clientLanguage": "auto" } ```
You should also enable previews-chat in your server.properties to allow signed message translations <center> <a href="https://jfronny.gitlab.io/contact.html"> <img alt="Suggestions and Support" src="https://img.shields.io/badge/Suggestions%20and%20Support-red?style=for-the-badge&logo=matrix"> </a> </center>