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.
1 parent 6b30d3e commit 097eab8Copy full SHA for 097eab8
1 file changed
Plan/react/dashboard/src/service/localeService.js
@@ -64,6 +64,7 @@ export const localeService = {
64
lng: this.clientLocale,
65
fallbackLng: false,
66
supportedLngs: Object.keys(this.availableLanguages),
67
+ showSupportNotice: false,
68
backend: {
69
backends: [
70
I18NextLocalStorageBackend,
0 commit comments