@sanity/document-internationalization 0.3.6 → 0.3.7

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v0.3.7
4
+ * Fixed issues with translation maintenance
5
+ * Added transaction overview confirmation dialog for better transparency
6
+
3
7
  ## v0.3.6
4
8
  * Updates the internal logic to derive the language from the given field name as opposed to the ID.
5
9
 
@@ -1551,7 +1551,13 @@ var UiMessages = {
1551
1551
  orphanDocuments: 'orphaned translation document(s)',
1552
1552
  referenceBehaviorMismatch: 'document(s) with mismatched reference behaviors',
1553
1553
  baseLanguageMismatch: 'base document(s) with mismatched language field',
1554
- fix: 'Fix'
1554
+ fix: 'Fix',
1555
+ pendingTransactionDialog: {
1556
+ header: 'Confirm pending transaction',
1557
+ caution: 'Before continuing please review the transactions. Keep in mind, the translation maintenance functionality may remove or update many documents at once. It is recommended to back-up your dataset before performing data maintenance',
1558
+ cancel: 'Cancel',
1559
+ confirm: 'Confirm operation'
1560
+ }
1555
1561
  },
1556
1562
  errors: {
1557
1563
  baseDocumentNotPublished: 'It looks like you have not published your base translation yet. When using strong references it is required to publish the base document before publishing any translated entries'