Home > @infiniteobjects/shopify-data-manager > AdminTypes > Translation
Translation of a field of a resource.
Signature:
export interface Translation
Property | Modifiers | Type | Description |
---|---|---|---|
key | Scalars[‘String’][‘output’] | On the resource that this translation belongs to, the reference to the value being translated. | |
locale | Scalars[‘String’][‘output’] | ISO code of the translation locale. | |
market? | Maybe<Market> | (Optional) The market that the translation is specific to. Null value means the translation is available in all markets. | |
outdated | Scalars[‘Boolean’][‘output’] | Whether the original content has changed since this translation was updated. | |
updatedAt? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) The date and time when the translation was updated. | |
value? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Translation value. |