diff --git a/apps/ui-playground/app/(home)/page.tsx b/apps/ui-playground/app/(home)/page.tsx index b7f52d73a34317..d9297f4950d97b 100644 --- a/apps/ui-playground/app/(home)/page.tsx +++ b/apps/ui-playground/app/(home)/page.tsx @@ -1,11 +1,11 @@ +import { useTranslations } from "next-intl"; export default function Page() { +const t = useTranslations("homepage-hero"); + return (
Allows inputting keys and values
+{t('sections.key-value-pairs.description')}
This is the content of the first subsection.
+{t('content.first-subsection-description')}