From 4619e6b8a67ab4976ce4adf4a4b63e4475a32a78 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:25:28 +0000 Subject: [PATCH] fix(ui): replace emoji flags with cross-platform flag-icons CSS library Windows does not render regional indicator emoji as graphical flags, showing raw text (DE, GB) instead. Replace all emoji flag values in SUPPORTED_LANGUAGES with lowercase ISO 3166-1 alpha-2 country codes, add the flag-icons@7.3.2 CSS library via CDN, and update templates to render instead of emoji text. Special cases: - Welsh (cy): uses flag-icons region code "gb-wls" - Catalan (ca): falls back to "es" (no dedicated ISO flag) - Esperanto (eo): uses "un" (UN flag for international language)