Cake.Transifex is a addin for the Cake Build script adding support for working with the localization service Transifex.
This addin requires that the transifex client is already installed and is available as tx
.
To install the transifex client, install python, then run pip install transifex-client
, or using the chocolatey package choco install transifex-client
.
Stable | Pre-release | |
---|---|---|
GitHub Release | ||
NuGet |
Officially published versions are available on NuGet. Development versions is available at the following nuget api endpoint: https://ci.appveyor.com/nuget/cake-transifex
The following aliases is available from the cake build script:
TransifexInit
-> Initialize a simple configuration file in the repositoryTransifexStatus
-> Get the status of the current translations in the local repository.TransifexPush
-> Push translations to the remote transifex server (Optionally also the source file)TransifexPull
-> Pull monitored translations from the remote transifex server
master | develop | |
---|---|---|
AppVeyor | ||
Travis |
master | develop | |
---|---|---|
Codecov | ||
Coveralls |
Please do not hesitate to reash out in the GitHub discussions if you have any issues or questions using this addin.
Please see Building documentation on how to build the Cake.Transifex addin.
Thanks goes to these wonderful people (emoji key):
Kim J. Nordmo 🚧 |
Gary Ewan Park 💬 🤔 👀 📖 |
README Bot 📖 |
jericho 🤔 💬 |
Martin Björkström 💬 |
D. Domig 📖 |
C. Augusto Proiete 🤔 💻 |
Nils Andresen 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!