Skip to content

Commit 7b0210f

Browse files
author
Phrase
committed
1 parent df04af8 commit 7b0210f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/UploadSummary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
**locales_created** | **int** | | [optional]
77
**translation_keys_created** | **int** | | [optional]
88
**translation_keys_updated** | **int** | | [optional]
9-
**translation_keys_unmentioned** | **int** | 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. | [optional]
9+
**translation_keys_unmentioned** | **int** | 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 100,000 keys. | [optional]
1010
**translations_created** | **int** | | [optional]
1111
**translations_updated** | **int** | | [optional]
1212
**tags_created** | **int** | | [optional]

phrase_api/models/upload_summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def translation_keys_updated(self, translation_keys_updated):
163163
def translation_keys_unmentioned(self):
164164
"""Gets the translation_keys_unmentioned of this UploadSummary. # noqa: E501
165165
166-
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. # noqa: E501
166+
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 100,000 keys. # noqa: E501
167167
168168
:return: The translation_keys_unmentioned of this UploadSummary. # noqa: E501
169169
:rtype: int
@@ -174,7 +174,7 @@ def translation_keys_unmentioned(self):
174174
def translation_keys_unmentioned(self, translation_keys_unmentioned):
175175
"""Sets the translation_keys_unmentioned of this UploadSummary.
176176
177-
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. # noqa: E501
177+
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 100,000 keys. # noqa: E501
178178
179179
:param translation_keys_unmentioned: The translation_keys_unmentioned of this UploadSummary. # noqa: E501
180180
:type: int

0 commit comments

Comments
 (0)