mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 15:25:46 +00:00
Rom.regions can contain raw filename text like "europe" or "EUROPE" (filename parsing in roms_handler doesn't normalize casing), so the direct dict lookup missed those tags and the locale silently fell back to scan.priority.region. Replace the dict access with a helper that lowercases both sides. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>