@wix/multilingual 1.0.15 → 1.0.16
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/multilingual",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/multilingual_machine-translation": "1.0.
|
|
21
|
+
"@wix/multilingual_machine-translation": "1.0.16",
|
|
22
22
|
"@wix/multilingual_site-translator": "1.0.4",
|
|
23
23
|
"@wix/multilingual_translation-contents": "1.0.3",
|
|
24
24
|
"@wix/multilingual_translation-schemas": "1.0.4"
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "ab91c3e4fea60aa2994535dbf92507862d6e6830ee2d15804c0b3998"
|
|
49
49
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* A translatable content is a unit of content to translate.
|
|
3
3
|
*
|
|
4
|
-
* Use [Machine Translate](/
|
|
4
|
+
* Use [Machine Translate](/machine-translation/machine-translate) to translate a single unit of translatable content, or [Bulk Machine Translate](/machine-translation/bulk-machine-translate)
|
|
5
5
|
* to translate many.
|
|
6
6
|
*/
|
|
7
7
|
interface TranslatableContent extends TranslatableContentContentOneOf {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* A translatable content is a unit of content to translate.
|
|
3
3
|
*
|
|
4
|
-
* Use [Machine Translate](/
|
|
4
|
+
* Use [Machine Translate](/machine-translation/machine-translate) to translate a single unit of translatable content, or [Bulk Machine Translate](/machine-translation/bulk-machine-translate)
|
|
5
5
|
* to translate many.
|
|
6
6
|
*/
|
|
7
7
|
interface TranslatableContent$1 extends TranslatableContentContentOneOf$1 {
|
|
@@ -2537,7 +2537,7 @@ interface BulkMachineTranslateResponseNonNullableFields$1 {
|
|
|
2537
2537
|
/**
|
|
2538
2538
|
* A translatable content is a unit of content to translate.
|
|
2539
2539
|
*
|
|
2540
|
-
* Use [Machine Translate](/
|
|
2540
|
+
* Use [Machine Translate](/machine-translation/machine-translate) to translate a single unit of translatable content, or [Bulk Machine Translate](/machine-translation/bulk-machine-translate)
|
|
2541
2541
|
* to translate many.
|
|
2542
2542
|
*/
|
|
2543
2543
|
interface TranslatableContent extends TranslatableContentContentOneOf {
|