Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d04e332. Configure here.
| 'sr@latin': 'sr-latn', | ||
| 'zh_TW': 'zh' | ||
| 'zh@hans': 'zh-hans', | ||
| 'zh@hant': 'zh-hant' |
There was a problem hiding this comment.
Wrong Chinese languageCode derivation
High Severity
languageCode is still computed by taking only the first segment of the locale before @, so zh@hans and zh@hant both yield zh. That conflicts with the changelog and tests, which expect zh-Hans and zh-Hant. The filename mapping was updated, but languageCode derivation was not, so the intended breaking change does not take effect.
Reviewed by Cursor Bugbot for commit d04e332. Configure here.


🚀 Summary
No longer map
zh_TWlanguage tozhlanguage code in dev translations.📌 Related issues