@sanity/document-internationalization 0.3.1 → 0.3.2
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/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/components/SingleFlag/SingleFlag.d.ts +0 -1
- package/lib/language-select/index.js +3941 -205
- 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 +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) {
|