[docs] Display `aria-label` for components that should be internationalized
Open
docs
i18n
scope: all components
- Dominant language
- TypeScript
- Stars
- 10.9k
- Forks
- 543
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 101
Description
# Docs feedback
There are components like `Toast.Viewport` and `NumberField.Increment` that have default English `aria-label`s internally (in source), but the docs don't show that these should be internationalized.
It's also possible we should remove the default English labels and defer it to the docs which makes it a lot more clear when looking at the examples that they need to be handled by the dev.
Details on auto ARIA translations: https://adrianroselli.com/2019/11/aria-label-does-not-translate.html#Update06
Contributor guide
Assessment
This issue has not been assessed yet.