@translationstudio/translationstudio-strapi-extension 6.0.0 → 6.0.1
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/package.json +7 -4
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ Once the plugin is installed, navigate to `translationstudio settings` in Strap
|
|
|
41
41
|
6. Click on save
|
|
42
42
|
|
|
43
43
|
> [!TIP]
|
|
44
|
-
> If you have not yet configured your translation service providers, now is the
|
|
44
|
+
> If you have not yet configured your translation service providers, now is the time.
|
|
45
45
|
|
|
46
46
|
Finally, create translation options for your editors and save your changes again.
|
|
47
47
|
|
package/package.json
CHANGED
|
@@ -2,15 +2,19 @@
|
|
|
2
2
|
"name": "@translationstudio/translationstudio-strapi-extension",
|
|
3
3
|
"description": "translationstudio extension for strapi",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"author": "
|
|
5
|
+
"author": "I-D Media GmbH",
|
|
6
6
|
"contributors": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Duncan Leininger",
|
|
9
|
+
"email": "duncan.leininger@idmedia.com"
|
|
10
|
+
},
|
|
7
11
|
{
|
|
8
12
|
"name": "Phillip Austerfield",
|
|
9
13
|
"email": "phillip.austerfield@idmedia.com"
|
|
10
14
|
}
|
|
11
15
|
],
|
|
12
16
|
"homepage": "https://translationstudio.tech",
|
|
13
|
-
"version": "6.0.
|
|
17
|
+
"version": "6.0.1",
|
|
14
18
|
"keywords": [
|
|
15
19
|
"translationstudio",
|
|
16
20
|
"strapi",
|
|
@@ -52,8 +56,7 @@
|
|
|
52
56
|
"dependencies": {
|
|
53
57
|
"@strapi/design-system": "^2.0.1",
|
|
54
58
|
"@strapi/icons": "^2.0.1",
|
|
55
|
-
"react-intl": "^7.1.10"
|
|
56
|
-
"translationstudio-strapi-extension": "file:.yalc/translationstudio-strapi-extension"
|
|
59
|
+
"react-intl": "^7.1.10"
|
|
57
60
|
},
|
|
58
61
|
"devDependencies": {
|
|
59
62
|
"@babel/preset-typescript": "^7.27.1",
|