Browse Source

fix: disable i18next debug

Ased Mammad 1 năm trước cách đây
mục cha
commit
03690de773
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'],