output i18n messages to be imporable on a perl local basis

This commit is contained in:
garronej
2022-07-31 19:03:20 +02:00
parent a3050b3983
commit c6dc2377fa
225 changed files with 33048 additions and 3 deletions

View File

@ -54,7 +54,7 @@ for (const keycloakVersion of ["11.0.3", "15.0.2", "18.0.1"]) {
const recordForPageType = record[pageType];
Object.keys(recordForPageType).forEach(language => {
const filePath = pathJoin(getProjectRoot(), "src", "lib", "i18n", "generated_kcMessages", keycloakVersion, pageType, `${language}.ts`);
const filePath = pathJoin(getProjectRoot(), "src", "lib", "i18n", "generated_messages", keycloakVersion, pageType, `${language}.ts`);
fs.mkdirSync(pathDirname(filePath), { "recursive": true });