feat: add Spanish language support

Added complete Spanish (es) translation for the Biblical Guide application:
- Created messages/es.json with full Spanish translations
- Updated i18n.ts to include Spanish locale
- Updated middleware.ts to handle Spanish routes
- Added Spanish to language options in all locale files

Users can now access the app in Spanish at /es/* routes and select Spanish from the language settings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-10 17:58:35 +00:00
parent 989f231d5a
commit e39bb5bbba
5 changed files with 589 additions and 8 deletions

View File

@@ -282,7 +282,8 @@
"helper": "Alege limbile pentru care vrei să vezi rugăciuni. Limba curentă rămâne selectată.",
"options": {
"en": "Engleză",
"ro": "Română"
"ro": "Română",
"es": "Spaniolă"
}
},
"alerts": {
@@ -479,7 +480,8 @@
},
"languages": {
"ro": "Română",
"en": "English"
"en": "English",
"es": "Español"
}
},
"bookmarks": {