Update i18n account multi-page boilerplate
This commit is contained in:
parent
6af13e1405
commit
99b8f1e789
@ -1,8 +1,8 @@
|
|||||||
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||||
import { i18nBuilder } from "keycloakify/account";
|
import { i18nBuilder } from "keycloakify/account";
|
||||||
import type { ThemeName } from "../kc.gen";
|
import type { ThemeName } from "../kc.gen";
|
||||||
|
|
||||||
/** @see: https://docs.keycloakify.dev/i18n */
|
/** @see: https://docs.keycloakify.dev/features/i18n */
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
||||||
const { useI18n, ofTypeI18n } = i18nBuilder.withThemeName<ThemeName>().build();
|
const { useI18n, ofTypeI18n } = i18nBuilder.withThemeName<ThemeName>().build();
|
||||||
|
|
||||||
type I18n = typeof ofTypeI18n;
|
type I18n = typeof ofTypeI18n;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user