@sanity/document-internationalization 0.3.0 → 0.3.3
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 +7 -6
- package/lib/actions/index.js +2 -2
- package/lib/actions/index.js.map +1 -1
- package/lib/constants/index.js +2 -2
- package/lib/constants/index.js.map +1 -1
- package/lib/language-select/components/SingleFlag/SingleFlag.d.ts +0 -1
- package/lib/language-select/index.js +3959 -222
- package/lib/language-select/index.js.map +1 -1
- package/lib/structure/index.js +2 -2
- package/lib/structure/index.js.map +1 -1
- package/package.json +5 -3
package/lib/structure/index.js
CHANGED
|
@@ -1507,7 +1507,7 @@ var UiMessages = {
|
|
|
1507
1507
|
publishing: 'Publishing...',
|
|
1508
1508
|
publish: 'Publish',
|
|
1509
1509
|
updatingIntlFields: 'Updating i18n fields',
|
|
1510
|
-
intlFieldsUpdated: '
|
|
1510
|
+
intlFieldsUpdated: 'i18n fields updated',
|
|
1511
1511
|
baseDocumentCopied: 'Base document copied',
|
|
1512
1512
|
translationCreatedToast: {
|
|
1513
1513
|
title: function title(name) {
|
|
@@ -1520,7 +1520,7 @@ var UiMessages = {
|
|
|
1520
1520
|
loading: 'Loading languages...',
|
|
1521
1521
|
draft: 'Draft',
|
|
1522
1522
|
missingTranslations: 'Following languages are missing some translations compared to the base language',
|
|
1523
|
-
base: 'Base
|
|
1523
|
+
base: 'Base',
|
|
1524
1524
|
missing: 'Missing',
|
|
1525
1525
|
deleteAll: {
|
|
1526
1526
|
buttonTitle: 'Delete (incl. translations)',
|