feat(packages): i18n (#1708)

This commit is contained in:
Sam Potts
2026-07-10 12:58:47 +10:00
committed by GitHub
parent 5f48fcc6d6
commit 028dadb385
561 changed files with 13059 additions and 1320 deletions
+2
View File
@@ -1,5 +1,7 @@
import { mirrorTemplatesToSrc, removeGeneratedSrcFiles } from './shared.js';
await import('./generate-cdn-locale-loaders.ts');
const created = await mirrorTemplatesToSrc();
const removed = await removeGeneratedSrcFiles();