-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(aria-required-children): avoid confusing aria-busy message in failures #4347
Changes from 3 commits
4bf0c1e
34c89c4
e483709
6214e76
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -385,7 +385,9 @@ | |
} | ||
}, | ||
"aria-required-children": { | ||
"pass": "Krævet ARIA-under-elementer er til stede", | ||
"pass": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know we normally don't update translations with this sort of change, but I thought it made sense to fix the structure here - with these updates, |
||
"default": "Krævet ARIA-under-elementer er til stede" | ||
}, | ||
"fail": { | ||
"singular": "Krævet ARIA-under-elementers rolle er ikke til stede: ${data.values}", | ||
"plural": "Krævet ARIA-under-elements rolle er ikke til stede: ${data.values}" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecation should probably go into its own PR so it's a separate line in the changelog.