Browse Source

fix: disable i18next debug

Ased Mammad 1 year ago
parent
commit
03690de773
1 changed files with 1 additions and 1 deletions
  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'],