Add full i18n support (en-US filled plus new de/es/fr/it/pt-BR/pt-PT/zh-CN .ini files) and wire UI strings to obs_module_text. Update Windows CMake install destinations to obs-plugins/64bit and install data under data/obs-plugins/${target}. Refactor controller behavior: reduce tick interval to 16ms with a PreciseTimer, re-schedule startup singleShots, and simplify mouse-follow smoothing/anchor math. Replace excludedSources with includedSources (load/save/enumeration updated), add rebuildRuntimeHooks(), and make hook installation conditional (needsKeyboardHook/needsMouseHook) with updated platform-specific event/mask setup. Minor plugin-main and dialog updates to use translated strings.