Skip to content

Commit 081db68

Browse files
authored
feat(API): Add processed & upload total translations on upload summary (#824)
1 parent 33822a4 commit 081db68

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/compiled.json

+6
Original file line numberDiff line numberDiff line change
@@ -1808,6 +1808,12 @@
18081808
},
18091809
"translation_keys_ignored": {
18101810
"type": "integer"
1811+
},
1812+
"processed_translations": {
1813+
"type": "integer"
1814+
},
1815+
"upload_total_translations": {
1816+
"type": "integer"
18111817
}
18121818
}
18131819
},

schemas/upload.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ upload:
4444
type: integer
4545
translation_keys_ignored:
4646
type: integer
47+
processed_translations:
48+
type: integer
49+
upload_total_translations:
50+
type: integer
4751
created_at:
4852
type: string
4953
format: date-time

0 commit comments

Comments
 (0)