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
Initializes a transifex configuration file and the user configuration file (if token, username or password is specified).
- Assembly
- Cake
.Transifex .dll - Namespace
- Cake
.Transifex - Containing Type
- I
Transifex Runner Commands
Syntax
ITransifexRunnerCommands Init(TransifexInitSettings settings)
Remarks
Parameters
Name | Type | Description |
---|---|---|
settings | Transifex |
The settings to use when initializing the directory. |
Return Value
Type | Description |
---|---|
I |
The current instance of ITransifexRunnerCommands . |