Rename i18nInitializer by i18nBuilder
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { i18nInitializer } from "../../dist/login";
|
||||
import { i18nBuilder } from "../../dist/login";
|
||||
import type { ThemeName } from "../kc.gen";
|
||||
|
||||
export const { useI18n, ofTypeI18n } = i18nInitializer
|
||||
export const { useI18n, ofTypeI18n } = i18nBuilder
|
||||
.withThemeName<ThemeName>()
|
||||
.withCustomTranslations({})
|
||||
.create();
|
||||
|
Reference in New Issue
Block a user