Update src/bin/generate-i18n-messages.ts

This commit is contained in:
Joseph Garrone 2022-09-08 15:13:15 +02:00 committed by GitHub
parent a2dc51d811
commit 84908e2ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ for (const keycloakVersion of ["11.0.3", "15.0.2", "18.0.1"]) {
downloadBuiltinKeycloakTheme({
keycloakVersion,
"destDirPath": tmpDirPath,
"isSilent": isSilent
isSilent
});
type Dictionary = { [idiomId: string]: string };