---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-translation-transformation.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-translation-transformation.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-translation-transformation
Translation transformation.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `translation`.</p><p>Available platforms: web.</p> |
| `x` | <p>**object**</p><p>X coordinate of the translation.</p><p>The value has the type `div-translation`.</p><p>Available platforms: web.</p><p>List of possible values:<li>[div-fixed-translation](div-fixed-translation.md#div-fixed-translation)</li><li>[div-percentage-translation](div-percentage-translation.md#div-percentage-translation)</li></p> |
| `y` | <p>**object**</p><p>Y coordinate of the translation.</p><p>The value has the type `div-translation`.</p><p>Available platforms: web.</p><p>List of possible values:<li>[div-fixed-translation](div-fixed-translation.md#div-fixed-translation)</li><li>[div-percentage-translation](div-percentage-translation.md#div-percentage-translation)</li></p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "translation",
  x: div-translation,
  y: div-translation
}
```
</details>
