LocalizationSource

LocalizationSource

A localizable string on your site. Localization sources are the actual translatable strings from your site, along with their localized values.

Definition

interface LocalizationSource

Methods & Properties

A unique identifier for the localization source, stable across syncs.

The type of value for this source, such as "string", "formattedText", "altText", "slug", or "link".

The current value of the localization source in the default locale.

Localized values and metadata for each locale, keyed by locale ID.