Skip to content

Commit 32e2750

Browse files
Merge pull request #91 from vishal-rathod-07/main
feat: translate "Describing the UI"
2 parents b223ab3 + 9865dc2 commit 32e2750

2 files changed

Lines changed: 60 additions & 60 deletions

File tree

src/components/MDX/MDXComponents.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,16 @@ function LearnMore({
189189
<section className="p-8 mt-16 mb-16 flex flex-row shadow-inner-border dark:shadow-inner-border-dark justify-between items-center bg-card dark:bg-card-dark rounded-2xl">
190190
<div className="flex-col">
191191
<h2 className="text-primary font-display dark:text-primary-dark font-bold text-2xl leading-tight">
192-
Ready to learn this topic?
192+
આ વિષય શીખવા માટે તૈયાર છો?
193193
</h2>
194194
{children}
195195
{path ? (
196196
<ButtonLink
197197
className="mt-1"
198-
label="Read More"
198+
label="વધુ વાંચો"
199199
href={path}
200200
type="primary">
201-
Read More
201+
વધુ વાંચો
202202
<IconNavArrow displayDirection="end" className="inline ms-1" />
203203
</ButtonLink>
204204
) : null}
@@ -249,7 +249,7 @@ function YouWillLearn({
249249
children: any;
250250
isChapter?: boolean;
251251
}) {
252-
let title = isChapter ? 'In this chapter' : 'You will learn';
252+
let title = isChapter ? 'આ પ્રકરણમાં' : 'તમે શીખી શકશો';
253253
return <SimpleCallout title={title}>{children}</SimpleCallout>;
254254
}
255255

0 commit comments

Comments
 (0)