-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Crowdin has recently enhanced its response for the Progress API Methods:
- Get Branch Progress
- Get Directory Progress
- Get File Progress
- Get Language Progress
- Get Project Progress
For example:
{
"data": [
{
"data": {
"words": {
"total": 7249,
"translated": 3651,
+ "preTranslateAppliedTo": 1254,
"approved": 3637
},
"phrases": {
"total": 3041,
"translated": 2631,
+ "preTranslateAppliedTo": 1254,
"approved": 2622
},
"translationProgress": 86,
"approvalProgress": 86,
"languageId": "af"
}
}
],
"pagination": {
"offset": 0,
"limit": 25
}
}The response of these methods now contains a new field preTranslateAppliedTo in the words and phrases objects.
These new fields should also be reflected in this API Client.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers