Skip to content

Commit a71be4d

Browse files
committed
feat: translate components
1 parent 8b88967 commit a71be4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Layout/Sidebar/SidebarLink.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,20 @@ export function SidebarLink({
7878
{title}{' '}
7979
{version === 'major' && (
8080
<span
81-
title="- This feature is available in React 19 beta and the React canary channel"
81+
title="- Fitur ini tersedia di versi beta React 19 beta dan kanal canary React"
8282
className={`text-xs px-1 ms-1 rounded bg-gray-10 dark:bg-gray-40 dark:bg-opacity-20 text-gray-40 dark:text-gray-40`}>
8383
React 19
8484
</span>
8585
)}
8686
{version === 'canary' && (
8787
<IconCanary
88-
title=" - This feature is available in the latest Canary version of React"
88+
title=" - Fitur ini tersedia di rilis Canary terbaru React"
8989
className="ms-1 text-gray-30 dark:text-gray-60 inline-block w-3.5 h-3.5 align-[-3px]"
9090
/>
9191
)}
9292
{version === 'experimental' && (
9393
<IconExperimental
94-
title=" - This feature is available in the latest Experimental version of React"
94+
title=" - Fitur ini tersedia di rilis Eksperimental terbaru React"
9595
className="ms-1 text-gray-30 dark:text-gray-60 inline-block w-3.5 h-3.5 align-[-3px]"
9696
/>
9797
)}

src/components/PageHeading.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ function PageHeading({
3535
{title}
3636
{version === 'canary' && (
3737
<IconCanary
38-
title=" - This feature is available in the latest Canary version of React"
38+
title=" - Fitur ini tersedia di rilis Canary terbaru React"
3939
className="ms-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]"
4040
/>
4141
)}
4242
{version === 'experimental' && (
4343
<IconExperimental
44-
title=" - This feature is available in the latest Experimental version of React"
44+
title=" - Fitur ini tersedia di rilis Eksperimental terbaru React"
4545
className="ms-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]"
4646
/>
4747
)}

0 commit comments

Comments
 (0)