Files
flint/apps/web/i18n/server.ts
T
2026-04-23 23:39:18 +02:00

6 lines
114 B
TypeScript

import { getTranslations } from "next-intl/server";
export async function getT() {
return getTranslations();
}