@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/actions/index.js
CHANGED
|
@@ -1518,7 +1518,7 @@ var UiMessages = {
|
|
|
1518
1518
|
publishing: 'Publishing...',
|
|
1519
1519
|
publish: 'Publish',
|
|
1520
1520
|
updatingIntlFields: 'Updating i18n fields',
|
|
1521
|
-
intlFieldsUpdated: '
|
|
1521
|
+
intlFieldsUpdated: 'i18n fields updated',
|
|
1522
1522
|
baseDocumentCopied: 'Base document copied',
|
|
1523
1523
|
translationCreatedToast: {
|
|
1524
1524
|
title: function title(name) {
|