@sanity/document-internationalization 0.3.0 → 0.3.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 +5 -5
- package/lib/actions/index.js +1 -1
- package/lib/actions/index.js.map +1 -1
- package/lib/constants/index.js +1 -1
- package/lib/constants/index.js.map +1 -1
- package/lib/language-select/index.js +22 -23
- package/lib/language-select/index.js.map +1 -1
- package/lib/structure/index.js +1 -1
- package/lib/structure/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ There are two popular methods of internationalization in Sanity Studio:
|
|
|
21
21
|
|
|
22
22
|
This plugin adds features to the Studio to improve handling **document-level translations**.
|
|
23
23
|
|
|
24
|
-
- A
|
|
24
|
+
- A Language Selector to create and browse language-specific versions of each Document
|
|
25
25
|
- Document Actions to update base and translated documents to ensure references stay in tact
|
|
26
26
|
- Document Badges to highlight the language version of a document
|
|
27
27
|
|
|
@@ -47,12 +47,12 @@ The plugin is now installed, but you will need to complete the following steps t
|
|
|
47
47
|
|
|
48
48
|
## Setup next steps
|
|
49
49
|
|
|
50
|
-
1. [
|
|
51
|
-
To setup the 'Translations' View Pane on Documents
|
|
52
|
-
2. [Configuration options](docs/configuration-options.md)
|
|
50
|
+
1. [Configuration options](docs/configuration-options.md)
|
|
53
51
|
To declare available Languages and other settings
|
|
54
|
-
|
|
52
|
+
2. [Activating internationalization on schema](docs/activating-internationalization-on-schema.md)
|
|
55
53
|
To enable all the above features on schema
|
|
54
|
+
3. [Customise Desk Structure](docs/desk-structure.md)
|
|
55
|
+
To filter documents down to the base language version
|
|
56
56
|
|
|
57
57
|
## Other documentation
|
|
58
58
|
|
package/lib/actions/index.js
CHANGED
|
@@ -1531,7 +1531,7 @@ var UiMessages = {
|
|
|
1531
1531
|
loading: 'Loading languages...',
|
|
1532
1532
|
draft: 'Draft',
|
|
1533
1533
|
missingTranslations: 'Following languages are missing some translations compared to the base language',
|
|
1534
|
-
base: 'Base
|
|
1534
|
+
base: 'Base',
|
|
1535
1535
|
missing: 'Missing',
|
|
1536
1536
|
deleteAll: {
|
|
1537
1537
|
buttonTitle: 'Delete (incl. translations)',
|