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.
2 parents b72488a + 62f4a0f commit 17725faCopy full SHA for 17725fa
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