Explorar o código

fix: disable i18next debug

Ased Mammad hai 1 ano
pai
achega
03690de773
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'],