Skip to content
Snippets Groups Projects
Commit 64b190a6 authored by Leander Tolksdorf's avatar Leander Tolksdorf
Browse files

enable debug mode on i18n

parent 61c664e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment