Files
flint/apps/web/i18n/server.ts
T

5 lines
113 B
TypeScript

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