mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
The locale sweep checked format specifiers with a regex that does not know %<s, which reuses the previous argument and so emits the qualifier twice. That damages the template, triggers the fallback, and still satisfies every output assertion because a fallback title also carries one correctly styled qualifier. Both checks now run against the formatter's own output. Also pins the highlight colour: it is a parameter because the toolbar tints FOSS and Pro differently, so hardcoding it back would have stayed green.