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 |
Come join in the conversation about Cake.Transifex in our Gitter Chat Room.
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 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!