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.
The following are needed to build Cake.Transifex on Windows
- .NET Core 2.0+
- .NET 4.6
- Visual Studio 2017 (or Visual Studio Build Tools 2017)
Open up a powershell window and call .\build.ps1
, this should build the projects, run the unit tests and create nuget packages in the .\BuildArtifacts\Packages\NuGet
directory.
- .NET Core 2.0+
- Mono
Open up the terminal and call sh build.sh
, this should build the projects, run the unit tests and create nuget packages in the ./BuildArtifacts/Packages/NuGet/
directory.
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!