Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@
"type": "integer"
},
"translation_keys_unmentioned": {
"description": "The number of translation keys in the project that were not mentioned in the upload.\n\nNote: this field is not calculated (and shows 0) if the upload contains more than 10,000 keys.\n",
"description": "The number of translation keys in the project that were not mentioned in the upload.\n\nNote: this field is not calculated (and shows 0) if the upload contains more than 100,000 keys.\n",
"type": "integer"
},
"translations_created": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ upload:
description: |
The number of translation keys in the project that were not mentioned in the upload.

Note: this field is not calculated (and shows 0) if the upload contains more than 10,000 keys.
Note: this field is not calculated (and shows 0) if the upload contains more than 100,000 keys.
type: integer
translations_created:
type: integer
Expand Down
Loading