kolibri icon indicating copy to clipboard operation
kolibri copied to clipboard

Upgrade Crowdin API Client to latest version

Open rtibbles opened this issue 8 months ago • 0 comments

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.

rtibbles avatar Jun 20 '24 21:06 rtibbles