浏览代码

fix: disable i18next debug

Ased Mammad 1 年之前
父节点
当前提交
03690de773
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/i18n/index.ts

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

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