Skip to content

Commit 181a547

Browse files
committed
translate quick start page into Vietnamese
1 parent 6fce242 commit 181a547

File tree

3 files changed

+74
-83
lines changed

3 files changed

+74
-83
lines changed

src/components/MDX/ExpandableExample.tsx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,14 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
7070
})}>
7171
{isDeepDive && (
7272
<>
73-
<<<<<<< HEAD
74-
<IconDeepDive className="inline mr-2 dark:text-purple-30 text-purple-40" />
75-
Tìm hiểu sâu
76-
=======
7773
<IconDeepDive className="inline me-2 dark:text-purple-30 text-purple-40" />
78-
Deep Dive
79-
>>>>>>> 7bdbab144e09d4edf793ff5128080eb1dba79be4
74+
Tìm hiểu sâu
8075
</>
8176
)}
8277
{isExample && (
8378
<>
84-
<<<<<<< HEAD
85-
<IconCodeBlock className="inline mr-2 dark:text-yellow-30 text-yellow-50" />
86-
Ví dụ
87-
=======
8879
<IconCodeBlock className="inline me-2 dark:text-yellow-30 text-yellow-50" />
89-
Example
90-
>>>>>>> 7bdbab144e09d4edf793ff5128080eb1dba79be4
80+
Ví dụ
9181
</>
9282
)}
9383
</h5>

src/components/MDX/MDXComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function YouWillLearn({
180180
children: any;
181181
isChapter?: boolean;
182182
}) {
183-
let title = isChapter ? 'In this chapter' : 'You will learn';
183+
let title = isChapter ? 'In this chapter' : 'Bạn sẽ học về';
184184
return <SimpleCallout title={title}>{children}</SimpleCallout>;
185185
}
186186

0 commit comments

Comments
 (0)