promotional bannermobile promotional banner

AutoTranslation-Next

Automatically translate untranslated language files in Minecraft, so you can enjoy any mod in your preferred language without waiting for manual translations or PRs to be merged.

File Details

AutoTranslation-Next V2.1.0

  • R
  • Jun 9, 2026
  • 65.06 KB
  • 59
  • 1.21.1
  • NeoForge

File Name

AutoTranslation-Next.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:autotranslation-next-1569564:8219894"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

V2.1.0

变更

  1. 智能翻译域名选择: 首次安装时根据游戏语言自动选择最优 Google 翻译域名——简体中文使用国内代理,其他语言使用 translate.google.com。

Changed

  1. Smart Domain Selection: Automatically selects the best Google Translate domain on first install based on game language — Simplified Chinese uses the China proxy, others use translate.google.com.

V2.0.0 — AutoTranslation Next 正式发布

变更

  1. 平台迁移: 从 Architectury (Forge/Fabric) 迁移到纯 NeoForge,支持 Minecraft 1.21.1;
  2. 移除屏幕翻译: 完全移除屏幕翻译功能,仅保留语言文件自动翻译;
  3. 新增 AAAABBBB 翻译器: 测试用翻译器,方便验证翻译管线;
  4. Google 翻译优化: 默认域名改为 google-translate-proxy.tantu.com,国内可直接访问;
  5. 重写 HTTP 客户端: 使用 JDK 内置 HttpClient,零额外依赖;
  6. 优化英语特征正则: 排除格式化占位符和翻译 key 的误匹配;
  7. 配置变更自动清理: 修改关键设置时自动删除翻译缓存并提示重启;
  8. 移除 Fabric/Forge 支持: 不再支持 Fabric 和 Forge 平台,仅 NeoForge;
  9. 修复多个关键 Bug: Mixin 静默不生效、命令事件总线错误、游戏崩溃等。

完整更新日志


Changed

  1. Platform Migration: Migrated from Architectury (Forge/Fabric) to pure NeoForge, supporting Minecraft 1.21.1;
  2. Screen Translation Removed: Completely removed screen translation, keeping only language file auto-translation;
  3. New AAAABBBB Translator: Test-purpose translator for pipeline verification;
  4. Google Optimized: Default domain changed to google-translate-proxy.tantu.com, accessible from China;
  5. Rewritten HTTP Client: Switched to JDK built-in HttpClient, zero extra dependencies;
  6. Optimized English Regex: Exclude format specifiers and translation keys from false positives;
  7. Auto Cache Cleanup: Modifying key settings automatically deletes cache with restart reminder;
  8. Dropped Fabric/Forge: No longer supports Fabric or Forge, NeoForge only;
  9. Multiple Critical Fixes: Silent Mixin failure, command event bus error, game crash, etc.

Full CHANGELOG