What's Changed
🐛 Bug Fix
- Fix automatic language detection not working in production builds on macOS — The app was always defaulting to English regardless of system language. Root cause: the macOS
.appbundle did not declare supported localizations (CFBundleLocalizations), causing the OS to always return en-US to the locale API. Added a custom Info.plist declaring all 26 supported languages so macOS correctly reports the system locale to the app.