@tolgee/react 5.2.2-rc.e7520e82.0 → 5.3.0
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 +1 -1
- package/README.njk.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ Tolgee is an open-source alternative to Crowdin, Phrase, or Lokalise with its ve
|
|
|
46
46
|
React integration library of Tolgee. This package makes it super simple to add i18n to your React app!
|
|
47
47
|
For more information about using Tolgee with React, visit the [docs 📖](https://tolgee.io/integrations/react).
|
|
48
48
|
|
|
49
|
-
Localize (translate) your CRA,
|
|
49
|
+
Localize (translate) your CRA, Next.js, or other React projects to multiple languages with Tolgee. Integration of Tolgee is extremely simple! 🇯🇵 🇰🇷 🇩🇪 🇨🇳 🇺🇸 🇫🇷 🇪🇸 🇮🇹 🇷🇺 🇬🇧
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
## Quick links
|
package/README.njk.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
React integration library of Tolgee. This package makes it super simple to add i18n to your React app!
|
|
6
6
|
For more information about using Tolgee with React, visit the [docs 📖](https://tolgee.io/integrations/react).
|
|
7
7
|
|
|
8
|
-
Localize (translate) your CRA,
|
|
8
|
+
Localize (translate) your CRA, Next.js, or other React projects to multiple languages with Tolgee. Integration of Tolgee is extremely simple! 🇯🇵 🇰🇷 🇩🇪 🇨🇳 🇺🇸 🇫🇷 🇪🇸 🇮🇹 🇷🇺 🇬🇧
|
|
9
9
|
|
|
10
10
|
{{ macros.integrationLinks('Tolgee for React docs', macros.v5link('integrations/react/installation')) }}
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tolgee/react",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "React implementation for tolgee localization framework",
|
|
5
5
|
"main": "./dist/tolgee-react.cjs.js",
|
|
6
6
|
"module": "./dist/tolgee-react.esm.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "^16.14.0 || ^17.0.1 || ^18.1.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@tolgee/web": "5.
|
|
41
|
+
"@tolgee/web": "5.3.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@testing-library/dom": "^8.7.2",
|
|
47
47
|
"@testing-library/jest-dom": "^5.11.4",
|
|
48
48
|
"@testing-library/react": "^12.1.2",
|
|
49
|
-
"@tolgee/format-icu": "5.
|
|
50
|
-
"@tolgee/testing": "5.
|
|
49
|
+
"@tolgee/format-icu": "5.3.0",
|
|
50
|
+
"@tolgee/testing": "5.1.0",
|
|
51
51
|
"@types/jest": "^27.0.2",
|
|
52
52
|
"@types/node": "^17.0.8",
|
|
53
53
|
"@types/react": "^17.0.1",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"sideEffects": false,
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "aa0c64ebac256b6312216859af4c58e23781935a"
|
|
84
84
|
}
|