Skip to content

Commit 62f4a0f

Browse files
Silent i18n
1 parent 94a8295 commit 62f4a0f

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)