또 다른 제목 로컬라이제이션 문제

  • I created a topic
  • I edited some content in the OP. I did not edit the title.
  • Suddenly I saw the title changed to Portuguese. This also happens when I log out or use another device.
  • Attempting to edit the title gives me the original English title
  • I am unable to change this
  • All my settings are English and my header is Accept-Language: en-US,en;q=0.5. I have never done anything in Portuguese and I don’t speak it.
  • I flagged the post asking someone to fix this issue and the title immediately changed back to English. Either this was a coincidence, or someone did this within 10 seconds, or the act of flagging fixed the issue.

Seems related to this this and this.

2개의 좋아요

I think flagging fixes it. I also flagged a topic where the title was shown in the wrong language, and right after I flagged it, it fixed itself.

2개의 좋아요

Coincidentally I was just working on this today:

https://github.com/discourse/discourse/pull/36847

I think the checks are / should be much better now.


This is a little weird. I’ll have to check the AI logs to see if it’s a mistranslation , or potentially cache poisoning.

There was no reason to translate? All my settings are set to English.
So I suspect it is cache poisoning.

Did you set the topic language manually when you created the topic? Otherwise, AI determines the language and we’ve seen it sometimes fumbles.

아니요. 제가 한 일은

  • #customization:plugin으로 이동
  • 주제 생성 클릭
  • 게시글 내용을 복사/붙여넣기하고 편집
  • 제목 입력
  • 저장 클릭
  • 누락된 부분 발견
  • 게시글 편집
  • 저장 클릭
  • 제목이 포르투갈어로 변경된 것을 확인

다른 건 전혀 건드리지 않았습니다 :slight_smile:

근데 제가 주제 제목을 편집하려고 했을 때는 영어 제목이었거든요…

Yeah sorry this is technically not possible, we don’t cache the titles (categories, yes) and this is something returned directly to the user via topic update API.

Are you able to check your cookies?

I think the only other chance is this is pt_BR for you.

That’s it

This topic was automatically closed after 4 days. New replies are no longer allowed.