fix(wiki) added effective lang to saveWikiMeta

This commit is contained in:
sanguine59 2026-05-18 00:39:09 +07:00
parent 4aaf0e5471
commit f75b06543f

View file

@ -768,6 +768,7 @@ export class WikiGenerator {
...existingMeta,
fromCommit: currentCommit,
generatedAt: new Date().toISOString(),
lang: this.effectiveLang(),
});
return { pagesGenerated: 0, mode: 'incremental', failedModules: [] };
}