Commit Graph

2 Commits

Author SHA1 Message Date
fd06e2fe83 feat(android): add Capacitor setup for Android APK builds
- Migrate web assets from root to www/ directory
- Add Android native project with Capacitor 8
- Add GitHub Actions workflow for automated APK builds
- Configure app identity and splash screens
2026-01-21 18:08:57 +01:00
0704f73985 feat(i18n): add bilingual support with language detection and switching
- Implement comprehensive i18n system with Spanish and English translations
- Add automatic browser language detection with localStorage persistence
- Add language toggle button to switch between Spanish and English
- Create English word pools (Animals & Nature, Everyday Objects)
- Add language filtering system to show only pools matching current language
- Update all code comments and documentation to English
- Fix mobile layout issues (scroll, button sizing, responsive design)
- Add lang field to all word pools in manifest.json for proper filtering
2026-01-05 23:37:52 +01:00