NoMethodError after upgrade

Hi,

From the URL in your profile, I guess your Discourse site’s locale is set to Simplified Chinese. I encountered the same issue. The cause of the problem is that Simplified Chinese is coded as “zh_CN” in the site settings, but the key in LocaleSiteSetting is “zh”, leading to a mismatch.

I have created a PR to fix this issue:

8 Likes