You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)