Banners are suddenly in Chinese on English site

I’ve asked others if they can reproduce it, and some say they can while others say they can’t.

image
image

11 Likes

AnimationTrack is in Chinese for me, but GetDebugId is in English.image

I am experiencing this as well when I switch my language to Chinese, then switch it back. The rest of the site seems to load fine except for some of the banners exactly as in your screenshot.

Edit: This is now occuring on every page with a yellow, grey, and blue banner in the API.

I can confirm this is happening. The AnimationTrack is in English but GetDebugId and also DebuggerManager are in Chinese.

This is also affecting Learn Roblox pages. Presumably it’s affecting any localized text.
This page for example: Learn Roblox | Sound, Lighting & FX

Thanks for the bug report!! Would some of you be able to provide a little more context that will help me diagnose the issue? I’m wondering two things:

  1. Have you all accepted the cookie consent (banner at the top of the page)?
  2. In english (en-us) your browser’s preferred language (https://www.howtogeek.com/436154/how-to-change-chromes-default-language/)?
  3. What happens if you do a hard refresh (https://www.namecheap.com/support/knowledgebase/article.aspx/10078/2194/how-to-do-a-hard-refresh-in-chrome-firefox-and-ie)?
2 Likes
  1. Yes.
  2. Yes.
  3. The issue seems to have fixed itself without me doing a hard refresh.
1 Like

This was occurring for me just now, I removed all cookies for the site and it fixed itself. The page I was affected by was Script | Documentation - Roblox Creator Hub

1 Like

GuiObject (but nothing else) has banners in Chinese for me.

It comes and goes depending on when you reload. It’ll go to English, then back to Chinese and back to English and back to Chinese and so on.

I have been getting this issue too. In inspect element inside head there is <link rel="alternate" hreflang="zh-cn" href="https://developer.roblox.com/zh-cn/learn-roblox/coding-scripts">
Could this be causing this?

I’ve tried clearing the cookies but I am still having this issue.

Bumping this. The banners on the page for ContentProvider suddenly turned to Chinese today. Removing the cookies did nothing.

https://developer.roblox.com/en-us/api-reference/class/ContentProvider

1 Like

Bumping, I’m seeing banners and random parts of the documentation in Chinese. This is from the page for Workspace.

https://developer.roblox.com/en-us/api-reference/class/Workspace

(Bumping this for Relevance, and updated information)

This also happens to me, but it only seems to be the pages mentioned (like Workspace). I have recorded this for all the pages mentioned, but haven’t found it on any other page.

Workspace - https://gyazo.com/2e7d974d8bd02730626e9262142fb631
ContentProvider - No issues
GuiObject - No issues
Script.Source - No issues
Sound Lighting FX - No issues
GetDebugId - No issues
DebuggerManager - No issues
AnimationTrack - No issues

Overall, it looks like the others were fixed, it seems like only Workspace is the issues now, as I did some browsing and couldn’t find any other Reference in Chinese.

I also checked the HTML (on Workspace Reference), and I have a similar link rel that @18geeo_testing had. https://gyazo.com/46e879d116b4a2119fb9ebf6ed87462b

Can confirm this, actually came here to report it, guess somebody did.
Thanks!