This commit is contained in:
Joseph Garrone 2021-03-05 15:13:50 +01:00
parent 702352bea2
commit b59447b840

View File

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