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,3 +1,3 @@
export { i18nInitializer } from "./i18nInitializer";
export { i18nBuilder } from "./i18nBuilder";
export type { KcContextLike } from "./useI18n";
export type { MessageKey as MessageKey_defaultSet } from "../messages_defaultSet/types";