Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 08:47
· 1 commit to main since this release

CursedSurges

v1.2.0 (2026-08-18)

Full Changelog Previous Releases

  • v1.2.0: localization for 10 locales + locale-safe zone channel lookup
    All player-facing strings (panel, buttons, settings menu, alerts,
    announces) go through an L table with translations for deDE, esES/esMX,
    frFR, itIT, koKR, ptBR, ruRU, zhCN, zhTW (machine-assisted). The
    announce zone name now comes from C_Map.GetMapInfo so Blizzard localizes
    it; built-in surge names remain English fallbacks only since live event
    data supplies each locale's real names.
    Fixes a real non-English bug: the zone General channel was found by
    matching the literal string "General", which broke Announce entirely on
    non-English clients. Now the client's own localized server channel name
    (EnumerateServerChannels) is matched first, English as fallback.
    Co-Authored-By: Claude Fable 5 noreply@anthropic.com