🐸 Version 3.3.2
October 25, 2025
📜 Summary
Fixed critical language compatibility issue where Chinese language settings from the Discord bot weren't working on Discord due to mismatched language codes between the bot and website systems.
✨ Visual Highlights
No images.
⚙️ Full Details
🚀 New
- Added backward compatibility for legacy Chinese language codes (
zhandzt) used by the website. - Implemented dual support for both legacy (
zh/zt) and modern (zh-Hans/zh-Hant) Chinese language codes for the Discord bot.
🔄 Improved
- Enhanced language map to support both old and new Chinese language code formats.
- Improved language code resolution to handle website-to-bot compatibility seamlessly.
🐛 Fixed
- Fixed critical issue where Chinese language settings configured on the Discord bot would fail on Discord with "Invalid language" errors.
- Resolved language code mismatch between website (using
zh/zt) and bot (usingzh-Hans/zh-Hant). - Corrected
convertToLanguageCode()function to recognize legacy Chinese codes for backward compatibility.