Skip to content

Commit 17725fa

Browse files
authored
fix: Merge pull request #450 from CedricProfessionnel/Silenti18n
Silent i18n
2 parents b72488a + 62f4a0f commit 17725fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ i18n
2121
// for all options read: https://www.i18next.com/overview/configuration-options
2222
.init({
2323
fallbackLng: "en",
24-
debug: true,
24+
debug: false,
2525

2626
interpolation: {
2727
escapeValue: false, // not needed for react as it escapes by default

0 commit comments

Comments
 (0)