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
Gets or sets a value indicating whether translations/sources should be pushed/pulled in parallel.
- Assembly
- Cake
.Transifex .dll - Namespace
- Cake
.Transifex - Containing Type
- Transifex
Runner Remote Settings <TSettingsType>
Syntax
public bool Parallel { get; set; }
Remarks
- WARNING Be carefult with enabling parallel downloads/uploads. You may be Rate Limited
- Required transifex client v0.13.2
- Required Cake.Transifex version v0.9.0
Value
Type | Description |
---|---|
bool | to pull/push files in parallel; otherwise . |