Skip to content

Commit 097eab8

Browse files
committed
Disable i18n advertisement in console log
1 parent 6b30d3e commit 097eab8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Plan/react/dashboard/src/service/localeService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const localeService = {
6464
lng: this.clientLocale,
6565
fallbackLng: false,
6666
supportedLngs: Object.keys(this.availableLanguages),
67+
showSupportNotice: false,
6768
backend: {
6869
backends: [
6970
I18NextLocalStorageBackend,

0 commit comments

Comments
 (0)