We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df6462 commit 72d0232Copy full SHA for 72d0232
1 file changed
src/theme/scripts/list-translations
@@ -30,7 +30,7 @@ for language in r.json()['data']:
30
if not branchId:
31
sys.exit(f"Could not find specified branch: ${branchId}!")
32
33
-r = requests.get('https://api.crowdin.com/api/v2/projects/%s/branches/%s/languages/progress' %
+r = requests.get('https://api.crowdin.com/api/v2/projects/%s/branches/%s/languages/progress?limit=500' %
34
(CROWDIN_PROJECT_ID, branchId), headers=headers)
35
r.raise_for_status()
36
0 commit comments