Skip to content

Commit

Permalink
i18n logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Oct 11, 2024
1 parent 0f5d363 commit 1444d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ i18n
.use(initReactI18next)
.init({
// logging
debug: true,
debug: import.meta.env.DEV,

// languages, namespaces, and resources
supportedLngs: ['en', 'es', 'fr'],
Expand Down

0 comments on commit 1444d76

Please sign in to comment.