diff --git a/src/components/RecommendationsSection.tsx b/src/components/RecommendationsSection.tsx index 0d2ecc4..71f579d 100644 --- a/src/components/RecommendationsSection.tsx +++ b/src/components/RecommendationsSection.tsx @@ -133,7 +133,7 @@ export function RecommendationsSection({ return ( setIsExpanded(!isExpanded)}> -
+
@@ -152,7 +152,7 @@ export function RecommendationsSection({
-
+
{isExpanded && ( <> {profile.categories.map(cat => { const count = getCategoryCount(cat) diff --git a/src/contexts/LocaleContext.tsx b/src/contexts/LocaleContext.tsx index 11310b9..7abc394 100644 --- a/src/contexts/LocaleContext.tsx +++ b/src/contexts/LocaleContext.tsx @@ -10,6 +10,7 @@ const translations = { title: "RepoHub - Cross-Platform Package Manager", subtitle: "Cross-Platform Package Manager", description: "Simplify software installation across Linux, Windows, and macOS with official repositories", + all: "All", close: "Close", next: "Next", back: "Back", @@ -203,6 +204,7 @@ const translations = { title: "RepoHub - Çok Platformlu Paket Yöneticisi", subtitle: "Çok Platformlu Paket Yöneticisi", description: "Linux, Windows ve macOS'te resmi depoları kullanarak yazılım kurulumunu basitleştirin", + all: "Tümü", close: "Kapat", next: "İleri", back: "Geri",