---
title: "Translate to single locale"
method: POST
path: "/api/v1/admin/translate/to-locale"
tags: ["Translation"]
---

# Translate to single locale

`POST /api/v1/admin/translate/to-locale`

Translate plan content to a target locale. Used for re-translation from any source language.

## Request body

- object
  - `content` object, required — Source plan content
  - `targetLocale` string, required — Target locale (e.g. en)
  - `sourceLocale` string — Optional source locale hint

## Response `200`

Translated content

- object — Translated content
  - `success` boolean, required
  - `data` object, required — PlanI18nFields for target locale

## Other responses

- `400` — Validation or configuration error

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
