Skip to content

Commit b798c68

Browse files
committed
Linked spanish readme | created translations readme for any future translations
1 parent 06deed4 commit b798c68

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626

2727
Static AST checker for accessibility rules on JSX elements.
2828

29+
30+
31+
#### *Read this in [other languages](translations/Translations.md).*
32+
33+
[Mexican Spanish🇲🇽](translations/README.mx.md)
34+
2935
## Why?
3036
Ryan Florence built out this awesome runtime-analysis tool called [react-a11y](https://github.com/reactjs/react-a11y). It is super useful. However, since you're probably already using linting in your project, this plugin comes for free and closer to the actual development process. Pairing this plugin with an editor lint plugin, you can bake accessibility standards into your application in real-time.
3137

translations/Translations.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Translations
2+
3+
| | Translated Link |
4+
| ---- | -------------------------------: |
5+
| 🇲🇽 | [Español Mexicano](README.mx.md) |
6+
| | |
7+

0 commit comments

Comments
 (0)