cake-contrib / Cake.Recipe

:page_with_curl: A set of convention based Cake scripts
https://cake-contrib.github.io/Cake.Recipe
MIT License
70 stars 53 forks source link

Transifex setup needs to updated to support new transifex cli tool #979

Open AdmiringWorm opened 1 year ago

AdmiringWorm commented 1 year ago

When we set up the Transifex API token to use when pushing and pulling translations, we manually create a file located at ~/.transifexrc with the API token, the hostname, etc.

The format we write for this file has changed in the new tool for Transifex cli and needs to be updated. Alternatively, we can remove the setup and set any Transifex API token using the global argument --token when pushing and pulling translations