Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#979) Add support for new transifex client #981

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

AdmiringWorm
Copy link
Member

The old transifex-client that was previously supported has stopped working some time ago, the new executable that replaces it is not fully compatibly with how we set up the api token when connecting to transifex.

This new executable also adds support for new global arguments where the token can be specified with, and as such this PR updates cake.recipe to be compatible with this new executable.
The changes are made directly here in Cake.Recipe instead of in Cake.Transifex for the global argument, as it won't be backported to be supported on older versions of Cake.

fixes #979

Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gep13 gep13 merged commit 845916e into cake-contrib:develop Aug 2, 2024
3 of 4 checks passed
@gep13
Copy link
Member

gep13 commented Aug 2, 2024

@AdmiringWorm thank you for getting this fixed up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transifex setup needs to updated to support new transifex cli tool
2 participants