feat(annotations): wire SVG aria-label to Paraglide i18n [B3]

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-14 14:39:35 +02:00
parent 060d1c0515
commit 4d9145e49f

View File

@@ -249,7 +249,7 @@ let hasLiveChanges = $derived(
viewBox="0 0 {svgWidth} {svgHeight}"
role="application"
tabindex="0"
aria-label="Annotation resize handles"
aria-label={m.annotation_resize_area()}
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; touch-action: none; overflow: visible; outline: none;"
onpointermove={handlePointerMove}
onpointerup={handlePointerUp}