Skip to content

Commit

Permalink
fix: Merge pull request #450 from CedricProfessionnel/Silenti18n
Browse files Browse the repository at this point in the history
Silent i18n
  • Loading branch information
seveibar committed Feb 15, 2021
2 parents b72488a + 62f4a0f commit 17725fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ i18n
// for all options read: https://www.i18next.com/overview/configuration-options
.init({
fallbackLng: "en",
debug: true,
debug: false,

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

0 comments on commit 17725fa

Please sign in to comment.