# parseTranslationOutput

**Kind:** Function

**Source:** [`atloria-monorepo/apps/api/src/l10n/translation-format.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/l10n/translation-format.ts#L163)

Parse the model output: strip a single wrapping code fence if the model added one anyway,
lift the `TITLE: ` first line when present, return the rest as the translated body.

## Signature

```ts
function parseTranslationOutput(raw: string): ParsedTranslationOutput
```

## Parameters

| Name | Type |
|---|---|
| `raw` | `string` |

**Returns:** `ParsedTranslationOutput`
