Home Manual Reference Source Test Repository

Variable

Static Public Summary
public

Defines the type of a file to be uploaded.

public

Defines the retrieval type of a file to be downloaded.

Static Public

public FileType: object source

import {FileType} from '@cedx/gulp-smartling/src/file_type.js'

Defines the type of a file to be uploaded.

Properties:

NameTypeAttributeDescription
ANDROID string

The file is an Android XML resource.

CSV string

The file is a CSV resource.

GETTEXT string

The file is a Gettext PO/POT resource.

HTML string

The file is an HTML resource.

INDESIGN string

The file is a InDesign Markup Language resource.

IOS_STRINGS string

The file is an iOS Strings resource.

IOS_STRINGS_DICT string

The file is an iOS Strings Dictionary resource.

JAVA_PROPERTIES string

The file is a Java Properties resource.

JSON string

The file is a JSON resource.

MADCAP_LINGO string

The file is a MadCap Lingo ZIP resource.

OPEN_XML string

The file is an Office Open XML resource.

PLAIN_TEXT string

The file is a plain text resource.

QT_LINGUIST string

The file is a QT Linguist resource.

RESX string

The file is a Microsoft Resx resource.

SUBRIP string

The file is a SubRip resource.

XLIFF string

The file is a XLIFF resource.

XML string

The file is a custom XML resource.

YAML string

The file is a YAML resource.

public RetrievalType: object source

import {RetrievalType} from '@cedx/gulp-smartling/src/retrieval_type.js'

Defines the retrieval type of a file to be downloaded.

Properties:

NameTypeAttributeDescription
CONTEXT_MATCHING_INSTRUMENTED string

Returns a modified version of the original file with strings wrapped in a specific set of Unicode symbols that can later be recognized and matched by the Chrome Context Capture Extension.

PENDING string

Returns any translations (including non-published translations).

PSEUDO string

Returns a modified version of the original text with certain characters transformed and the text expanded.

PUBLISHED string

Returns only published/pre-published translations.