Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated 3 weeks ago
All versions
1.2
Release
ChatTranslator+ 1.23 weeks ago 146
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
🎙️ Update v1.2
TranslatorPlus is getting a big voice and reliability update. This release adds a whole new way to chat by voice, and makes translations faster and more stable across the board.
✨ New Features
- Talk instead of type: hold a key to speak your message and it's automatically typed into chat for you, even if you open chat after you're done talking.
- Statistics panel: a new section in the settings screen shows you which translation and voice services are actually working best for you right now.
🛠️ Improvements & Fixes
- Smarter translations: before switching to a backup provider, the plugin now quietly retries once, so a brief connection hiccup won't drop you to a lower-quality translation.
- Safer settings: a corrupted or outdated setting now gets fixed automatically instead of silently breaking translation.
Compatibility & notes
- Existing configurations remain fully compatible — no action needed.
- This update focuses on speed, reliability, and the new voice input feature.
- Updating is recommended for everyone, especially if you use voice input.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Bm87iTzO:OaSZJEtJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Bm87iTzO:OaSZJEtJ"
}

