Before hai 1 ano
pai
achega
00a91627f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/i18n.ts

+ 1 - 1
src/i18n.ts

@@ -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");
 });