Kaynağa Gözat

fix: disable i18next debug

Ased Mammad 1 yıl önce
ebeveyn
işleme
03690de773
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/lib/i18n/index.ts

+ 1 - 1
src/lib/i18n/index.ts

@@ -45,7 +45,7 @@ i18next
 	)
 	.use(LanguageDetector)
 	.init({
-		debug: true,
+		debug: false,
 		detection: {
 			order: ['querystring', 'localStorage', 'navigator'],
 			caches: ['localStorage'],