Files
kidsai/html
root b923f4d9b0 Fix JavaScript error: Replace this.translate() with this.getTranslation()
🐛 Bug Fix:
- Fixed TypeError: this.translate is not a function
- Replaced all calls to this.translate() with this.getTranslation()
- The choice button feature was using non-existent translate method
- Now uses the correct getTranslation method that exists in the class

 Result: Choice buttons and translations now work correctly
2025-06-30 10:00:26 +02:00
..
2025-06-29 12:35:20 +02:00