GoogleChat
ModrinthAutomatic, multi-service, client- or serverside message translations
58.8k downloads 212 followers updated 2d ago
latest v26.2.0 Modrinth
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
Versions
Release
0.10.2
Commits in Release 0.10.2:
- docs: slightly improve comments
- chore: update to 1.21.9
Release
0.10.0
Commits in Release 0.10.0:
- feat: add APPEND display mode
- style: leverage pattern matching for switch

Comments 0
No comments yet. Be the first to share your thoughts.