# Cooked error after translate

**URL:** https://meta.discourse.org/t/cooked-error-after-translate/400509
**Category:** Bug
**Tags:** ai, dynaloc
**Created:** [April 13, 2026, 1:54am UTC](https://meta.discourse.org/t/cooked-error-after-translate/400509 "2026-04-13T01:54:14Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [April 13, 2026, 4:40am UTC](https://meta.discourse.org/t/cooked-error-after-translate/400509/2 "2026-04-13T04:40:18Z")

</div>

Does it work for you now, too? I fixed the table in English, and it fixed the German translation.

The problem with the table is that some | at the beginning and end were missing. That’s not a problem in English posts because Discourse handles that quite well, but it seems to be a problem in translation.

| test | table |
| --- | --- |
| A | B |

```plaintext
|test| table|
|---|---|
|A|B|

```

| test | table |
| --- | --- |
| A | B |

```plaintext
|test| table
---|---|
A|B

```

Looks like these simple examples work fine

---

_[View the full topic](https://meta.discourse.org/t/cooked-error-after-translate/400509)._
