Complete public brief locale switching

This commit is contained in:
2569718930@qq.com
2026-06-24 18:53:22 +08:00
parent 3439e0e47a
commit 578f547fa7
10 changed files with 477 additions and 112 deletions
@@ -7,6 +7,7 @@ import {
} from "@/components/landing/LandingAuthActions";
import {
LANDING_LOCALE_COOKIE,
landingLocaleHref,
pickLandingLocale,
type LandingLocale,
} from "@/components/landing/landingLocale";
@@ -324,7 +325,7 @@ function InstitutionalLandingScreen({ locale }: { locale: LandingLocale }) {
<Link href="/docs/chart-guide" className="hover:text-slate-950">
{isEn ? "Guide" : "读图"}
</Link>
<Link href="/briefs" className="hover:text-slate-950">
<Link href={landingLocaleHref("/briefs", locale)} className="hover:text-slate-950">
{isEn ? "Briefs" : "简报"}
</Link>
<a href="#pricing" className="hover:text-slate-950">