@sanity/document-internationalization 0.3.3 → 0.3.4
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/CHANGELOG.md +3 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Document Internationalization Plugin for Sanity.io
|
|
2
2
|
|
|
3
|
+
> **NOTE**
|
|
4
|
+
>
|
|
5
|
+
> This is the **Sanity Studio V2 version** of Document Internationalization Plugin.
|
|
6
|
+
>
|
|
7
|
+
> For the V3 version, please refer to the [v3-branch](https://github.com/sanity-io/document-internationalization/tree/v3).
|
|
8
|
+
|
|
3
9
|
[](https://www.npmjs.com/package/@sanity/document-internationalization)
|
|
4
10
|
|
|
5
11
|

|