DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.4k stars 111 forks source link

Fix #173: en_GB incorrectly resets to en_US for date pickers #174

Closed yunruse closed 7 months ago

yunruse commented 7 months ago

Reliably fixes #173 on my machine, and has no obvious breakage even when e.g. the language is set to fr_CA.

Changes 'does language exist' check to use Bundle.main.localizations rather than .lproj pathing on both the locale code and the language code before defaulting to en_US.

DamascenoRafael commented 7 months ago

Thank you for putting effort into this! 🚀 Merging and closing the related issue.