#15 i18n S6 — localize sprints slice (sprints ns, DE/EN)#68
Merged
Conversation
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.
Summary
Session 6 of the #15 i18n full rollout: localizes the sprint slice —
SprintsPage,SprintCard,SprintHeader,CreateSprintForm,CompleteSprintDialog— into a newsprintsnamespace (en/de). This slice also cleans up the pre-existing mixed DE/EN hardcoded strings.sprintsnamespace (nestedsection/empty/form/completekeys) registered ini18n/index.ts, en/de key-identical (parity-checked)Laufend/Geplant/Abgeschlossen, passed as scanner-blindrenderSectionargs) and empty hints witht()daysRemaining_one/_other,complete.warning_one/_other— no fragment concatenation, noday{s}/issue{s}ternary hacksCompleteSprintDialogbold-count warning uses a single<Trans>element mapping<0>…</0>→ yellow<span>(markup + plural without glued fragments)SprintCarddate range now viaformat.tsformatDate(locale-aware) instead of rawtoLocaleDateString;–en-dash and/stay literal glyphscompleteSprintkey reused by header button + dialog confirm;common:loading/common:cancelreuseduseState(\Sprint ${Date.now()}`…)`) left out of scopefrontend/scripts/i18n-allowlist.json(50 → 45)Verification
Full slice gate green: scanner self-tests 17/17,
i18n-scan: OK — 0 hardcoded strings (45 allowlisted),i18n-parity: OK,tsc && vite buildsuccessful. Whole-branch review (opus) merge-ready, 0 Critical/Important; one Minor German closing-quote typo (”→“) found in review and fixed in this branch.Owed: Wolfgang's manual DE/EN browser check — Sprints page (title, section headings, empty hints), sprint cards (points line + date range), board sprint header (Complete Sprint, 1-day singular, points), create-sprint form (labels/Create/Cancel), complete-sprint dialog (title, yellow bold-count warning singular/plural + all-done, Cancel, Complete/Completing).
🤖 Generated with Claude Code