Fix typo
This commit is contained in:
parent
702352bea2
commit
b59447b840
@ -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")
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user