Update i18n.ts to support ro ( Romanian )

This commit is contained in:
mihai
2024-08-31 10:01:46 -07:00
committed by GitHub
parent 8e4329dff1
commit 104b529435

View File

@@ -1,7 +1,7 @@
import { getRequestConfig } from "next-intl/server";
import { headers } from "next/headers";
const SUPPORTED_LANGUAGES = ['en', 'de'];
const SUPPORTED_LANGUAGES = ['en', 'de', 'ro'];
export default getRequestConfig(async () => {
const headersList = headers();