This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Transifex.
Summary
This command initializes the current repository with a default configuration file, and
sets the host to www.transifex.com.
Syntax
public static void TransifexInit(this ICakeContext context)
Examples
Task("Transifex-Init")
.Does(() =>
{
TransifexInit();
};
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The cake context. |
Return Value