Skip to content

Commit

Permalink
translate quick start page into Vietnamese
Browse files Browse the repository at this point in the history
  • Loading branch information
ltmylinh committed Apr 10, 2024
1 parent 6fce242 commit 181a547
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 83 deletions.
14 changes: 2 additions & 12 deletions src/components/MDX/ExpandableExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,14 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
})}>
{isDeepDive && (
<>
<<<<<<< HEAD
<IconDeepDive className="inline mr-2 dark:text-purple-30 text-purple-40" />
Tìm hiểu sâu
=======
<IconDeepDive className="inline me-2 dark:text-purple-30 text-purple-40" />
Deep Dive
>>>>>>> 7bdbab144e09d4edf793ff5128080eb1dba79be4
Tìm hiểu sâu
</>
)}
{isExample && (
<>
<<<<<<< HEAD
<IconCodeBlock className="inline mr-2 dark:text-yellow-30 text-yellow-50" />
Ví dụ
=======
<IconCodeBlock className="inline me-2 dark:text-yellow-30 text-yellow-50" />
Example
>>>>>>> 7bdbab144e09d4edf793ff5128080eb1dba79be4
Ví dụ
</>
)}
</h5>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MDX/MDXComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function YouWillLearn({
children: any;
isChapter?: boolean;
}) {
let title = isChapter ? 'In this chapter' : 'You will learn';
let title = isChapter ? 'In this chapter' : 'Bạn sẽ học về';
return <SimpleCallout title={title}>{children}</SimpleCallout>;
}

Expand Down
Loading

0 comments on commit 181a547

Please sign in to comment.