Open
Description
Describe the bug
If you have content like this:
```{admonition} Example
Content
```
```{admonition} Example
Content
```
You get no warning when building in the source language.
However, if you translate the text and build, you get:
index.md:35:<translated>:1: WARNING: duplicate label index.md#ejemplo, other instance in index.md [myst.anchor]
Note that the label is itself translated, which is also unexpected.
To Reproduce
Follow the steps at https://github.com/jpmckinney/myst-parser-tests/blob/master/index.md#reproduction
Expected behavior
No warning. No translation of the label.