python / python-docs-uk

Ukrainian translation of the Python Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transifex-client will stop working on Nov 30

rffontenelle opened this issue · comments

transifex-client uses Transifex APIv2, which will sunset on Nov 30. It was replaced with the new Transifex CLI tool. This new tool is written in Go language, so can't be imported in Python scripts.

Alternatives to the deprecated transifex-client are: run the aforementioned CLI tool, use the transifex-python SDK (see SDK docs and the API reference docs) or use the API directly ­— the API reference docs has examples written in Python.

@rffontenelle thank you for your notification.
I updated CI/CD pipeline to use a new CLI tool.