feat(docs): localize structured metadata and gate coverage
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-22 20:25:37 +02:00
parent d6560b343a
commit 12fe709a34
9 changed files with 370 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/docs-webui",
"version": "0.1.20",
"version": "0.1.21",
"private": true,
"type": "module",
"main": "src/index.ts",
+2
View File
@@ -166,6 +166,8 @@ export type DocsDocumentationTopic = {
i18n_key: string;
locale: string;
translation_locale: string;
structured_translation_locale: string;
structured_translation_version?: string | null;
version: {
resolved: string;
minimum?: string | null;