Rename i18nInitializer by i18nBuilder

This commit is contained in:
Joseph Garrone
2024-09-21 23:08:45 +02:00
parent 8623037224
commit b3c4208e44
9 changed files with 34 additions and 34 deletions

View File

@ -1,7 +1,7 @@
import { i18nInitializer } from "../../dist/account";
import { i18nBuilder } from "../../dist/account";
import type { ThemeName } from "../kc.gen";
export const { useI18n, ofTypeI18n } = i18nInitializer
export const { useI18n, ofTypeI18n } = i18nBuilder
.withThemeName<ThemeName>()
.withCustomTranslations({})
.create();