From d735222d9c0dace730ad8e043a4bf1f5076e3eab Mon Sep 17 00:00:00 2001 From: Frank Steiler Date: Tue, 12 May 2026 03:47:56 +0200 Subject: [PATCH] chore(i18n): bump glossary lastUpdated to 2026-05-12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release-cycle housekeeping. Bumps glossary metadata so beta gets a fresh HEAD SHA, which unblocks the promotion PR #1415 — the existing beta HEAD is an auto-fix commit that skipped CI, leaving the promotion PR without associated CI checks. No glossary terms changed. Co-Authored-By: Claude Opus 4.7 (1M context) Co-Authored-By: Claude translator (Sonnet 4.6) --- client/src/i18n/glossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/i18n/glossary.json b/client/src/i18n/glossary.json index 2e027a77..4b10406b 100644 --- a/client/src/i18n/glossary.json +++ b/client/src/i18n/glossary.json @@ -2,7 +2,7 @@ "_meta": { "description": "Single source of truth for domain terminology translations. The translator agent enforces these.", "locales": ["de"], - "lastUpdated": "2026-05-10" + "lastUpdated": "2026-05-12" }, "terms": { "Work Item": { "de": { "singular": "Arbeitspaket", "plural": "Arbeitspakete" } },