Persistent translation cache
Persistent translation cache
The translation cache system that existed in GameTranslate up till this point only stored translations during the tool’s session.
Today I can finally introduce a system that persists between sessions. It’s a crucial system for users to save tokens when using online APIs, as well as for performance sake, especially when using heavy LLMs.
It is enabled by default.
Known issues;
- Engine priority list order is not saved between language switches
- Currently no way for the user to delete caches in any way
Please let me know if you encounter any issues, or if anything is unclear. You’ll find its settings in the Translation tab.

Changelog
- Make the translation cache system persistent between sessions
- Add ‘Filter installed’ and ‘Filter running’ checkboxes to ‘System’ in ‘General’ settings
- Filter out GameTranslate folder (will improve the filtering system for next version)