From 143f97b278a7b4cbf64bb9d7d2253b3fb4f0943d Mon Sep 17 00:00:00 2001 From: Bilal Karakollu Date: Tue, 7 Jan 2025 21:00:02 +0300 Subject: [PATCH] translate navigations previous and next buttons --- src/components/DocsFooter.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/DocsFooter.tsx b/src/components/DocsFooter.tsx index 5f2330e7e..5ccc8abce 100644 --- a/src/components/DocsFooter.tsx +++ b/src/components/DocsFooter.tsx @@ -30,7 +30,7 @@ export const DocsPageFooter = memo(
{prevRoute?.path ? ( @@ -40,7 +40,7 @@ export const DocsPageFooter = memo( {nextRoute?.path ? ( @@ -63,7 +63,7 @@ function FooterLink({ }: { href: string; title: string; - type: 'Previous' | 'Next'; + type: 'Önceki' | 'Sonraki'; }) { return (