Support Hungarian and Danish (use Keycloak 15 language resources)

This commit is contained in:
garronej
2021-10-06 17:22:52 +02:00
parent 1df329448b
commit 7a37a6127d
22 changed files with 11303 additions and 90 deletions

View File

@ -0,0 +1,5 @@
export const keycloakVersions = ["11.0.3", "15.0.1"] as const;
export type KeycloakVersion = typeof keycloakVersions[number];