• Build the localized render context for the branded "Game System" section.

    Pure — the caller supplies the system read (fvttSystemLinks in production) and the localizer (game.i18n.localize), so this has no Foundry dependency. A link whose URL is absent is dropped rather than rendered as an empty anchor.

    Parameters

    • system: SohlSystemInfo

      The system identity and links (from game.system).

    • localize: (key: string) => string

      Resolves a lang/en.json key to display text.

    Returns SettingsLinksContext

    The section title, version, emblem path, and resolved links.