4.0
Warning
By default, the new version won't start if the following condition not match:
- At least 1 translate file exist, for example
en_US
. - New config must exist in
prefetch.ini
. Translate related config
Translate support
Now you can create your own translate file without recompile entire program.
Program have the following language file built in:
en_US: English
zh_CN: 谷歌翻译 / 简体中文
See these link for more information:
New build system
Although load translate file is possible, but it may hurt program start speed.
You can see three different branches in release package:
prefetch.exe
Standard versionprefetch_verbose.exe
Standard +Logprefetch_performance.exe
Standard -Translate
The performance one is designed to run as fast as possible.
However, feature like log and translate are sacrificed.