From 51890e1aa5bacb5cfb5c9dc6e59770bd18406a66 Mon Sep 17 00:00:00 2001 From: Paul Nothaft Date: Sun, 17 May 2026 00:57:03 +0200 Subject: [PATCH] fix(i18n): drive customer "Preferred language" select from SUPPORTED_LANGUAGES (#510) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Audit follow-up to the Spanish-locale commit: `CustomerDetailPage` had a hardcoded ` - - - - + {/* Drive the option list from SUPPORTED_LANGUAGES so adding a + locale (#510 added es; fr was already missing here) only + needs to touch LanguageSelector. */} + {SUPPORTED_LANGUAGES.map((lang) => ( + + ))}