diff --git a/packages/gitbook/src/components/Footer/FooterLinksGroup.tsx b/packages/gitbook/src/components/Footer/FooterLinksGroup.tsx index 0d027db43..8cad60c94 100644 --- a/packages/gitbook/src/components/Footer/FooterLinksGroup.tsx +++ b/packages/gitbook/src/components/Footer/FooterLinksGroup.tsx @@ -8,6 +8,7 @@ import { import { resolveContentRef } from '@/lib/references'; import { tcls } from '@/lib/tailwind'; +import { getLocalizedTitle } from '@/lib/sites'; import { Link } from '../primitives'; export function FooterLinksGroup(props: { @@ -15,10 +16,11 @@ export function FooterLinksGroup(props: { context: GitBookAnyContext; }) { const { group, context } = props; + const title = getLocalizedTitle(group, context.locale); return (