You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: complete i18n implementation for homepage and contact page
Fully Translated Pages:
- ✅ Homepage (/)
- Hero section with welcome, greeting, role, tagline
- CTA buttons (View My Work, Get in Touch)
- Stats section (Followers, Repositories, Years Exp, Available for hire)
- About section with bio, education, tech stack
- Featured Projects section
- Latest Articles section
- Final CTA section
- ✅ Contact Page (/contact)
- Page title and subtitle
- "Get in Touch" section
- Quick Info (Location, Role, Education)
- Interests tags
- Response Time section
- Collaboration CTA
Vietnamese Routes Working:
- /vi/ (homepage in Vietnamese)
- /vi/contact (contact page in Vietnamese)
- /vi/projects (projects page - uses existing content)
- /vi/blog (blog listing - uses existing content)
How to Use:
1. Visit http://localhost:4321/ (English)
2. Click "EN" button in navbar
3. Switched to /vi/ (Vietnamese)
4. All text automatically displays in Vietnamese
5. Navigation preserved when switching languages
Build Status:
- ✅ 19 pages built successfully
- ✅ 0 errors, 1 minor warning (unused import)
- ✅ All Vietnamese routes functional
- ✅ Language switcher working perfectly
Remaining Work:
- Projects and blog pages still use English content (Vietnamese routes exist but content not translated yet)
- These pages can be translated later if needed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
I'm Hieu Nguyen, an <strongclass="text-[var(--color-text-base)]">AI Engineer from Vietnam 🇻🇳</strong> with a passion for transforming research into production-ready systems.
161
+
{t.home.about.bio1}
161
162
</p>
162
163
<p>
163
-
My expertise lies in <strongclass="text-[var(--color-text-base)]">Natural Language Processing, RAG systems, and Large Language Models</strong>.
164
-
I specialize in building scalable AI solutions that solve real-world problems.
164
+
{t.home.about.bio2}
165
165
</p>
166
166
<p>
167
-
🎓 I hold a <strongclass="text-[var(--color-text-base)]">{EDUCATION.degree}</strong> from <strongclass="text-[var(--color-text-base)]">{EDUCATION.school}</strong> in Japan, where I deepened my knowledge in information retrieval and machine learning.
💡 When I'm not coding, you'll find me exploring <ahref="https://www.reddit.com/r/selfhosted/"class="link"target="_blank"rel="noopener noreferrer">self-hosted solutions</a>,
171
-
contributing to open source, or writing about AI/ML on my blog.
0 commit comments