# Localized quotes are... weird

**URL:** https://meta.discourse.org/t/localized-quotes-are-weird/249042
**Category:** Feature
**Created:** [December 15, 2022, 2:52pm UTC](https://meta.discourse.org/t/localized-quotes-are-weird/249042 "2022-12-15T14:52:23Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [December 15, 2022, 2:52pm UTC](https://meta.discourse.org/t/localized-quotes-are-weird/249042/1 "2022-12-15T14:52:23Z")

</div>

Let me start by saying that I neither write nor speak Russian

That’s why it seems not a little odd to [see myself “quoted” in Russian](https://community.sonarsource.com/t/the-assumption-about-the-incorrect-operation-of-the-code-verification-system/78842/2)

 ![Selection_655](https://global.discourse-cdn.com/meta/original/4X/a/0/1/a01916c33ec1373add4ec49b74ad720ed9e00682.png)

I suppose this user is using localization to see the community in his native language. Which is absolutely awesome!

And I’m not sure there’s anything that can be done here. But… this is really weird.

---

<div class="post-metadata">

### Author: ![leonardo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leonardo/32/228634_2.png) [@leonardo](https://meta.discourse.org/u/leonardo)
#### Post date: [December 15, 2022, 3:37pm UTC](https://meta.discourse.org/t/localized-quotes-are-weird/249042/2 "2022-12-15T15:37:42Z")

</div>

Hi Ann!

You’re right, this is very likely browser based auto translation, which modifies the DOM and thus the text inside quoted posts in the composer, and there’s nothing to do about that since we don’t do any validation that the text inside quoted posts actually corresponds to parts of the quoted post.

FWIW, I’ve seen this exact issue in other forum software using inline replies based on markup like BB code and others.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [December 15, 2022, 5:39pm UTC](https://meta.discourse.org/t/localized-quotes-are-weird/249042/3 "2022-12-15T17:39:45Z")

</div>

> [@ganncamp](#):
>
> And I’m not sure there’s anything that can be done here

We add a special CSS class to those modified quotes, so you could style those differently to help make users quickly tell faithful quotes from modified ones.

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [December 15, 2022, 5:46pm UTC](https://meta.discourse.org/t/localized-quotes-are-weird/249042/4 "2022-12-15T17:46:43Z")

</div>

I just had to do this for someone in fact, the class is called `quote-modified` on the `<aside>`

---

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [December 15, 2022, 5:52pm UTC](https://meta.discourse.org/t/localized-quotes-are-weird/249042/5 "2022-12-15T17:52:49Z")

</div>

Being a quote-modifier myself (only to elide & add ellipsis, I _swear_) I was reluctant to ask for anything concrete that would forbid modifying quotes.

And… I think maybe I like highlighting modification
