You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/compiled.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14591,6 +14591,12 @@
14591
14591
"type": "boolean",
14592
14592
"example": null
14593
14593
},
14594
+
"verify_mentioned_translations": {
14595
+
"description": "Indicates whether all translations mentioned in the upload should be verified.",
14596
+
"type": "boolean",
14597
+
"default": false,
14598
+
"example": null
14599
+
},
14594
14600
"mark_reviewed": {
14595
14601
"description": "Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.",
description: If set, translations for the uploaded language will be fetched automatically.
135
134
type: boolean
136
135
example:
136
+
verify_mentioned_translations:
137
+
description: Indicates whether all translations mentioned in the upload should be verified.
138
+
type: boolean
139
+
default: false
140
+
example:
137
141
mark_reviewed:
138
142
description: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
0 commit comments