Make i18n translation files load on demand

This commit is contained in:
Andrey Antukh
2025-11-25 10:47:48 +01:00
committed by Belén Albeza
parent b125c7b5a3
commit d1379c55f6
15 changed files with 124 additions and 103 deletions

View File

@@ -1,7 +1,11 @@
import fs from "node:fs/promises";
import * as h from "./_helpers.js";
await fs.mkdir("resources/public/js", {recursive: true});
await h.compileStorybookStyles();
await h.copyAssets();
await h.compileSvgSprites();
await h.compileTranslations();
await h.compileTemplates();
await h.compilePolyfills();