TransifexMode Class

Summary

Specifies the mode of the translation file to pull.
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["TransifexMode"] class Type type-node

Syntax

public sealed class TransifexMode : Enum

Fields

Name Constant Value Summary
Developer 1
Pull down all translations, whether they have been translated or not.
static
OnlyReviewed 4
Pull down only strings that have been translated and reviewed.
static
OnlyTranslated 3
Pull down only strings that have been translated.
static
Reviewed 0
Only pull down reviewed translations.
static
SourceAsTranslation 5
Pull down both translated and untranslated strings (untranslated strings will be set to the value of the source).
static
Translator 2
Pull down all completed translations, whether they have been reviewed or not.
static
value__

Extension Methods

Name Value Summary
Dump<TransifexMode>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<TransifexMode>(TransifexMode[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<TransifexMode>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<TransifexMode>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<TransifexMode>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<TransifexMode>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin