|
@@ -3,7 +3,7 @@ import { getRequestConfig } from "next-intl/server";
|
|
|
import { notFound } from "next/navigation";
|
|
|
|
|
|
const modulesFiles = require.context("../messages", true, /\.json$/);
|
|
|
-
|
|
|
+console.log(`🎯🎯🎯🎯🎯-> in i18n.ts on 6`);
|
|
|
export const locales = modulesFiles.keys().map((modulePath: string) => {
|
|
|
return modulePath.replace(/^\.\/(.*)\.\w+$/, "$1");
|
|
|
});
|