We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33822a4 commit 081db68Copy full SHA for 081db68
doc/compiled.json
@@ -1808,6 +1808,12 @@
1808
},
1809
"translation_keys_ignored": {
1810
"type": "integer"
1811
+ },
1812
+ "processed_translations": {
1813
+ "type": "integer"
1814
1815
+ "upload_total_translations": {
1816
1817
}
1818
1819
schemas/upload.yaml
@@ -44,6 +44,10 @@ upload:
44
type: integer
45
translation_keys_ignored:
46
47
+ processed_translations:
48
+ type: integer
49
+ upload_total_translations:
50
51
created_at:
52
type: string
53
format: date-time
0 commit comments