-
-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Description
The old transifex-client uses the Transifex APIv2 which is deprecated as of January 2022 and will sunset in the end of November 2022. It is recommended to update your automation workflow to install the new transifex CLI tool, which is implemented in Go language. See Introduction to the Client for more information about this client.
The summarize the steps I see so far:
- Set to install the new client:
- name: Instala el cliente Transifex
run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
working-directory: /usr/local/bin- Change
requirements.txtremoving "transifex-client" (old client) - Change
requirements.txtreplacing "sphinx-intl" withgit+https://github.com/sphinx-doc/sphinx-intl@6b3913fea5a8c9b819818b9b28b6d0d0b6f022b3(that's the first yet-unreleased commit of sphinx-intl that supports the new Transifex CLI tool) - Update
CONTRIBUTING.rstto make sure it mentions the installation of the new client, as well as the instructions are updated with the output of the new client.
Keep an eye on sphinx-intl #75; as soon as released, revert step 3
Metadata
Metadata
Assignees
Labels
No labels