Before 1 yıl önce
ebeveyn
işleme
00a91627f2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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");
 });