Skip to content

5.1.0 - Multilingual & Real-Time Parsing

Choose a tag to compare

@YuanX1a0 YuanX1a0 released this 17 Aug 09:35
· 14 commits to master since this release

5.1.0 - Multilingual & Real-Time Parsing

New Features

  • Multilingual UI: Added a language switcher in Program Settings. Languages now ship as editable JSON packs and are embedded into the executable.
  • Simplified Chinese (简体中文) & Traditional Chinese (繁體中文): Full translations for every UI string, dialogs and menus.
  • Spanish (Español): Completed the Spanish translation for the whole UI (previously only server IPs were localized).
  • Real-Time Parsing: New "Automatically parse the chat log in real time" toggle in Program Settings. When enabled, the main window refreshes automatically (every 2 seconds) as new chat arrives, without flickering.
  • Easy Localization: Drop a new xx-XX.json next to the executable to add a language without recompiling; edit a JSON file to tweak any string.

Changes

  • Localization engine moved from .resx to JSON language packs (embedded as resources).
  • Language list is now discovered dynamically from available language files.
  • Program Settings window gained the Language picker and the new Real-Time Parsing switch.

Downloads

  • GTAWAssistant.exe — main application
  • ParserMini.exe — mini parser (command-line variant)

5.1.0 - 多语言支持与实时解析

新功能

  • 多语言界面:程序设置中新增语言切换选项。语言包以可编辑的 JSON 形式提供,并已嵌入可执行文件中。
  • 简体中文与繁体中文:所有界面文本、对话框和菜单均提供完整翻译。
  • 西班牙语(Español):补全了全界面西班牙语翻译(此前仅本地化了服务器 IP)。
  • 实时解析:程序设置中新增「自动实时解析聊天日志」开关。开启后,主窗口会每 2 秒自动刷新,聊天有新内容时即时显示,且不会闪烁。
  • 轻松扩展语言:在可执行文件旁放入新的 xx-XX.json 即可添加语言,无需重新编译;直接编辑 JSON 文件即可修改任意文案。

变更

  • 本地化引擎由 .resx 迁移至 JSON 语言包(以嵌入资源方式打包)。
  • 语言列表改为根据可用语言文件动态发现。
  • 程序设置窗口新增语言选择器与实时解析开关。

下载

  • GTAWAssistant.exe — 主程序
  • ParserMini.exe — 迷你解析器(命令行版本)