feat(gantt): add i18n strings for partial-date accessibility

This commit is contained in:
kolaente 2026-02-18 21:48:09 +01:00
parent 5e69ee43fd
commit 29e77b44e1
1 changed files with 3 additions and 1 deletions

View File

@ -390,7 +390,9 @@
"dayLabel": "Day: {date}, {weekday}",
"dayLabelToday": "Today: {date}, {weekday}",
"taskAriaLabel": "Task: {task}",
"taskAriaLabelById": "Task {id}"
"taskAriaLabelById": "Task {id}",
"partialDatesStart": "Start date only (open-ended)",
"partialDatesEnd": "End date only (open-ended)"
},
"table": {
"title": "Table",