Added
- Runtime localization from
locale/<lang>.po(no.mocompilation). To add a language, copylocale/updatesmanager.pottolocale/<lang>.poand fill inmsgstr. - Translations: Hungarian, Polish, Russian, Turkish, Ukrainian.
Changed
- Flattened the Tools menu: Check for Updates (patches + plugins) and a single Force Refresh are on the first level. Separate Patches/Plugins submenus, Installed lists, and Clear Cache were removed.
Fixed
- Crash on Check for Updates:
loadIgnoredPatcheswas alocal functiondefined aftercheckForUpdates, so Lua looked up a nil global.