We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a8295 commit 62f4a0fCopy full SHA for 62f4a0f
src/i18n/index.js
@@ -21,7 +21,7 @@ i18n
21
// for all options read: https://www.i18next.com/overview/configuration-options
22
.init({
23
fallbackLng: "en",
24
- debug: true,
+ debug: false,
25
26
interpolation: {
27
escapeValue: false, // not needed for react as it escapes by default
0 commit comments