simple-keyboard-layouts 3.3.74 → 3.3.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/build/index.esm.js +2 -2
- package/build/index.js +2 -2
- package/build/layouts/macedonian.d.ts +7 -0
- package/build/layouts/macedonian.js +22 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,6 +43,7 @@ To fully customize your virtual keyboard, check out the main [simple-keyboard re
|
|
|
43
43
|
- [Kannada](https://hodgef.com/simple-keyboard/demos/?d=kannada) - by [yogishp](https://github.com/yogishp)
|
|
44
44
|
- [Korean](https://hodgef.com/simple-keyboard/demos/?d=korean)
|
|
45
45
|
- [Kurdish](https://hodgef.com/simple-keyboard/demos/?d=kurdish) - by [Goran Gharib](https://github.com/GoRaN909)
|
|
46
|
+
- [Macedonian](https://hodgef.com/simple-keyboard/demos/?d=macedonian) - by [Kristijan Jankuloski](https://github.com/KristijanJankuloski)
|
|
46
47
|
- [Malayalam](https://hodgef.com/simple-keyboard/demos/?d=malayalam) - by [Sajad J](https://github.com/4gon)
|
|
47
48
|
- [Nigerian](https://hodgef.com/simple-keyboard/demos/?d=nigerian) - by [Benson Muite](https://github.com/bkmgit)
|
|
48
49
|
- [N'ko](https://hodgef.com/simple-keyboard/demos/?d=nko) - by [kjitteh](https://github.com/kjitteh)
|
|
@@ -65,4 +66,4 @@ To fully customize your virtual keyboard, check out the main [simple-keyboard re
|
|
|
65
66
|
|
|
66
67
|
## 🌟 Contributing
|
|
67
68
|
|
|
68
|
-
|
|
69
|
+
We thank the community for the layout submissions! We've paused consideration of new layouts at the moment. Please feel free to file an issue if you spot an issue in an existing layout.
|