fix: 完善首页和详情页国际化实现

- 首页 hero 区域标题和描述使用 i18n 翻译
- 首页 "BROWSE BY TAGS" 和 "FEATURED PROJECTS" 使用 i18n 翻译
- 详情页 "BACK TO PROJECTS" 使用 i18n 翻译
- 添加缺失的中英文翻译键

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-30 19:57:07 +08:00
co-authored by Claude
parent 5e43a7d382
commit 4b0770fe44
4 changed files with 27 additions and 9 deletions
+9 -1
View File
@@ -15,9 +15,17 @@
"browseByTag": "Browse by Tag",
"searchPlaceholder": "Search AI projects...",
"metaTitle": "Agent Park - AI Project Navigator",
"metaDescription": "Discover and explore quality AI projects from across the web"
"metaDescription": "Discover and explore quality AI projects from across the web",
"heroTitle": "AI PROJECT",
"heroTitle2": "NAVIGATOR",
"heroDescription": "Discover and explore high-quality AI projects from across the web. Curated for developers and enthusiasts.",
"browseByTagsSection": "BROWSE BY TAGS",
"featuredProjectsSection": "FEATURED PROJECTS",
"viewAll": "VIEW ALL",
"viewAllProjects": "VIEW ALL PROJECTS"
},
"project": {
"backToProjects": "BACK TO PROJECTS",
"details": "Project Details",
"externalLinks": "External Links",
"viewProject": "View Project",