dequelabs / dequelabs/cauldron
Skip link text as a single prop
Open
breaking
internationalization
medium
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
`` currently accepts text as 2 separate props:
```jsx
```
This format makes it difficult to translate in some languages because of [subject verb object](https://en.wikipedia.org/wiki/Subject%E2%80%93verb%E2%80%93object) order. Japanese for example follows a SOV order instead of SVO. So it would impossible to translate correctly. This will be a breaking change.
Contributor guide
Assessment
This issue has not been assessed yet.