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 9279e7e commit c3e9305Copy full SHA for c3e9305
1 file changed
packages/ui/src/services/i18n.ts
@@ -49,6 +49,7 @@ export async function initI18n({ lng, basePath }: { lng: string; basePath: strin
49
defaultNS: 'messages',
50
ns: 'messages',
51
load: 'currentOnly',
52
+ showSupportNotice: false,
53
backend: {
54
loadPath: `${basePath}static/locales/{{lng}}/{{ns}}.json`,
55
queryParams: { v: process.env.APP_VERSION },
0 commit comments