learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
755 stars 637 forks source link

Upgrade Crowdin API Client to latest version #12345

Open rtibbles opened 1 week ago

rtibbles commented 1 week ago

Observed behavior

We currently pin the crowdin-api-client to v1.8.0 here: https://github.com/learningequality/kolibri/blob/develop/packages/kolibri-tools/lib/i18n/crowdin.py#L31

We should update to the latest (at time of writing v1.16.0). This will involve some minor refactor of how we invoke all the methods, as the project id is now an optional kwarg instead of always being the first positional argument to the functions.