Skip to content

Commit c3e9305

Browse files
committed
fix: remove i18next console output
1 parent 9279e7e commit c3e9305

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/src/services/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export async function initI18n({ lng, basePath }: { lng: string; basePath: strin
4949
defaultNS: 'messages',
5050
ns: 'messages',
5151
load: 'currentOnly',
52+
showSupportNotice: false,
5253
backend: {
5354
loadPath: `${basePath}static/locales/{{lng}}/{{ns}}.json`,
5455
queryParams: { v: process.env.APP_VERSION },

0 commit comments

Comments
 (0)