feat(projects): localize project titles

This commit is contained in:
poyrazavsever
2026-08-30 20:13:31 +03:00
parent ea8fcb9db4
commit 5dc68b2d5a
4 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export function HomeProjectsSection() {
<ProjectCardWithPopover
key={project.id}
image={project.image}
title={project.title}
title={getLocalizedValue(project.title, locale)}
description={getLocalizedValue(project.description, locale)}
badge={
project.badge