Skip to content

Commit 480541d

Browse files
committed
2
1 parent c440dbf commit 480541d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<p align="center">It's developer oriented, completely free and has built-in <a href="https://www.npmjs.com/package/i18next"><code>i18next</code></a> support</p>
44
<a href="https://www.producthunt.com/posts/react-i18n-editor?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-react&#0045;i18n&#0045;editor" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=394880&theme=neutral" alt="React&#0032;i18n&#0032;Editor - react&#0044;&#0032;i18n&#0044;&#0032;i18next&#0044;&#0032;editor&#0044;&#0032;plugin&#0044;&#0032;package&#0044;&#0032;typescript | Product Hunt" style="width: 100%; height: 45px;" /></a>
55

6+
---
7+
8+
[`SEE LIVE DEMO`](https://vite-i18n-editor.vercel.app/)
9+
610
## Feedback
711

812
Please, star the repository and create discussions if you like this library, this means a lot for me.
@@ -25,8 +29,6 @@ There is already existing plugin for it to enable editor, but it's currently dep
2529

2630
## Usage
2731

28-
Live demo
29-
3032
### Install
3133

3234
```bash

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"url": "https://github.com/FrameMuse/react-i18n-editor/issues"
8989
},
9090
"engines": {
91-
"node": "^18.0.0",
92-
"vscode": "^1.22.0"
91+
"node": ">=14.0.0",
92+
"vscode": ">=1.22.0"
9393
},
9494
"jest": {
9595
"testMatch": [

0 commit comments

Comments
 (0)