Add internationalization to account page

Replace hardcoded text with next-intl placeholders for proper i18n support.
- Add translation keys for page title, settings button, and logout button
- Add translations for both Croatian (hr) and English (en) locales

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Knee Cola
2025-11-25 20:48:49 +01:00
parent 6f0ba15eb8
commit a8a1253067
3 changed files with 27 additions and 20 deletions

View File

@@ -2,6 +2,11 @@
"Index": {
"title": "Dobrodošli"
},
"account-page": {
"title": "Korisnički račun",
"settings-button": "Korisničke postavke",
"logout-button": "Odjava"
},
"PageFooter": {
"app-description": "Preuzmite kontrolu nad svojim režijama!",
"links": {