keycloakify 5.4.5 → 5.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ import "minimal-polyfills/Object.fromEntries";
2
2
  //NOTE for later: https://github.com/remarkjs/react-markdown/blob/236182ecf30bd89c1e5a7652acaf8d0bf81e6170/src/renderers.js#L7-L35
3
3
  import ReactMarkdown from "react-markdown";
4
4
  import memoize from "memoizee";
5
- import { kcMessages as kcMessagesBase } from "./generated_kcMessages/15.0.2/login";
5
+ import { kcMessages as kcMessagesBase } from "./generated_kcMessages/18.0.1/login";
6
6
  import { assert } from "tsafe/assert";
7
7
  import type { Equals } from "tsafe";
8
8
 
@@ -52,6 +52,8 @@ export const kcLanguageTags = [
52
52
  "sv",
53
53
  "tr",
54
54
  "zh-CN",
55
+ "fi",
56
+ "lv",
55
57
  ] as const;
56
58
 
57
59
  assert<Equals<KcLanguageTag, typeof kcLanguageTags[number]>>();