File Details
superman_toggle_addon-1.0.9.jar
- R
- Apr 24, 2026
- 199.67 KB
- 105
- 1.20.1
- Forge
File Name
superman_toggle_addon-1.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Fix
## 🌍 Localization & Config UI Update
### ✨ Improvements
- 🌐 Added proper **translation keys** using `.translation(...)` for the Forge config UI
- 📝 Updated `.toml` comments to **bilingual format (PT-BR / EN)** for better readability outside the GUI
- 🔑 Added `config.superman_toggle_addon.*` language keys in:
- 🇺🇸 English (`en_us`)
- 🇧🇷 Portuguese (`pt_br`)
→ Covering the main addon configuration options
---
### 🐛 Fixes
- 🧩 Fixed issue where **language texts were not showing** in the config UI after installing/updating via CurseForge
- ⚙️ Fixed config UI translation setup:
- Previously, language files had no effect because `ForgeConfigSpec` was missing `.translation(...)` bindings
- Now fully integrated and working as expected
---
### 💡 Summary
This update improves:
- 🌐 Localization support
- ⚙️ Config readability and usability
- 🎮 Overall user experience in the config screen

