mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-26 11:40:26 +00:00
39df74770a
PR #1742 removed the only consumer of the `profiles_busy_switch` toast (the frontend S.busy-based early return in static/panels.js — which was shown when profile switch was blocked by an active stream). The 9 locale entries are now orphaned: they exist in static/i18n.js but no code path references them. Opus stage-304 advisor flagged this as a low-priority SHOULD-FIX ("file as a v0.51.x cleanup ticket, don't block the release"). Absorb- in-release per the absorb-default policy: ≤10 LOC and clearly defensive. Removed entries: en, ja, ru, fr, de, zh, zh-Hant, pt, es. Locale parity tests still pass (no key is missing; we removed it from English first). 4596 tests still pass.