#15 i18n S18 — final sweep: empty the allowlist (rollout COMPLETE)#80
Merged
Conversation
WolfTasks
pushed a commit
that referenced
this pull request
Jul 23, 2026
- #16 backend i18n: 🟩 GEMERGT → ✅ AUSGELIEFERT (Release v1.0.15). - New M2 row: jackson-databind 2.21.5 @JsonView-bypass CVE fix (PR #93) + Dependabot batches #88/#89, shipped in v1.0.15. - Resolve the stale "jackson deferred, no patch" note in the #12 section (2.21.5 shipped; BOM override; alerts #80/#81 closed). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final slice of the #15 i18n full-rollout. Makes the last two allowlisted files scanner-clean without translating them (both are non-translatable chrome) and empties
frontend/scripts/i18n-allowlist.jsonto[].Changes
v{__APP_VERSION__}folded to{`v${__APP_VERSION__}`}+{/* i18n-ignore: version format prefix, not UI copy */}. The plan assumed the fold alone would satisfy the scanner, but the scanner also inspects template-literal expression containers, so thei18n-ignore(same mechanism as AuthLayout/AppLayout) is required — approved by Wolfgang. Rendersv1.0.xxunchanged, no locale key, not().🐺 TaskWolfbrand kept literal with{/* i18n-ignore: brand name, not translated */}above the<h1>(pilot pattern).Whole-project finish criterion — all three hold
i18n-allowlist.json === []npm run scan:i18n→ 0 hardcoded strings, 0 files allowlistednpm run check:i18n→ en/de parity OKnpm run test:i18n→ scanner self-tests pass ·npm run build→ OKPer-task reviews + whole-branch opus review (ignore-comment placement verified against the scanner's suppression logic): no Critical/Important findings.
v1.0.xxand the auth brand stays🐺 TaskWolfin both languages. Nothing released yet.🤖 Generated with Claude Code