Skip to main content

🐸 Version 3.3.2

← Back to the Main Changelog

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 (zh and zt) 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 (using zh-Hans/zh-Hant).
  • Corrected convertToLanguageCode() function to recognize legacy Chinese codes for backward compatibility.

← Back to the Main Changelog