Skip to content

Commit 4076399

Browse files
author
Felix Kleinekathöfer
authored
Fixed api limit for the homepage
1 parent 1ffb118 commit 4076399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/homepage/data/crowdin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (crowdinProjectId && crowdinToken) {
5353

5454
result[0].forEach(version => {
5555
promises.push(rp({
56-
uri: `https://api.crowdin.com/api/v2/projects/${crowdinProjectId}/branches/${result[1][version]}/languages/progress`,
56+
uri: `https://api.crowdin.com/api/v2/projects/${crowdinProjectId}/branches/${result[1][version]}/languages/progress?limit=500`,
5757
headers: headers,
5858
json: true
5959
}).then(resp => {

0 commit comments

Comments
 (0)