electronjs.org-old icon indicating copy to clipboard operation
electronjs.org-old copied to clipboard

Acknowledge our translator community

Open zeke opened this issue 7 years ago • 1 comments

Let's give thanks to our translators by creating a page on the website that lists their contributions. Crowdin has an (undocumented) API for fetching contributor data:

https://api.crowdin.com/api/project/{project-identifier}/users-from-project

zeke avatar Dec 19 '17 21:12 zeke

Note that as of 2020, the CrowdIn V2 API has an endpoint to get all project members: https://support.crowdin.com/api/v2/#operation/api.projects.members.getMany

https://api.crowdin.com/api/v2/projects/{{projectId}}/members?limit=500

erickzhao avatar Sep 30 '20 21:09 erickzhao