Login appear to be working now

This commit is contained in:
Joseph Garrone
2021-03-04 13:56:51 +01:00
parent 21763db561
commit 6738f6f6cf
5 changed files with 85 additions and 68 deletions

View File

@ -106,7 +106,10 @@ export function generateKeycloakThemeResources(
fs.writeFileSync(
pathJoin(themeDirPath, "theme.properties"),
Buffer.from(`import=common/${themeName}\n`, "utf8")
Buffer.from([
`[import=common/${themeName}`,
"locales=ca,cs,de,en,es,fr,it,ja,lt,nl,no,pl,pt-BR,ru,sk,sv,tr,zh-CN"
].join("\n"), "utf8")
);
}