[1.125.3] — 2026-07-23
Fixed
- Danish and Hindi LLM prompts answered in English (user-reported) —
LOCALE_NAMESand all fiveSCAFFOLD_STRINGSbags inserver/lib/prompts.mjswere never extended fordaorhi(each locale expansion after the 12-locale era skipped this file), soresolveLocale()fell back toenand every AI prompt — deep research (live and manual), mode runs, evaluate, interview, networking, CV Studio — lost its# Output languagedirective in those two locales. Both are now first-class: locale directive + localized scaffolding (readFiles / userContext / modeTemplate / modeRoleLine / evalRoleLine). The regression gate intests/locale-scaffold.test.mjsnow sweeps the canonical 17-locale list fromtests/helpers/i18n-vm.mjsinstead of a hardcoded 12, and a new structural parity gate fails any scaffold key that falls back to English in a non-EN locale — a future locale that missesprompts.mjscan no longer ship (+12 tests, suite now 1969).