Contains translation statistics for a single locale.
name | data type | description |
---|---|---|
locale | string | Locale code for for the stats |
translation-stats | Base Contribution Statistics | Contains translation statistics only. |
review-stats | Base Contribution Statistics | Contains review statistics only. |
Example
{ "locale" : "es-ES", "translation-stats" : { "approved" : 12345, "rejected" : 12345, "translated" : 12345, "needReview" : 12345 }, "review-stats" : { "approved" : 12345, "rejected" : 12345, "translated" : 12345, "needReview" : 12345 } }