Skip to content

Commit 39f0b9f

Browse files
committed
[ko] translate index
1 parent f400e62 commit 39f0b9f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/ko/index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"title": "JavaScript Garden",
3-
"langTitle": "JavaScript Garden in English",
3+
"langTitle": "JavaScript Garden",
44
"description": "A Guide to JavaScript's Quirks and Flaws.",
55
"sections": [
66
{
7-
"title": "Intro",
7+
"title": "소개",
88
"dir": "intro",
99
"articles": []
1010
},
1111
{
12-
"title": "Objects",
12+
"title": "객체",
1313
"dir": "object",
1414
"articles": [
1515
"general",
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
{
22-
"title": "Functions",
22+
"title": "함수",
2323
"dir": "function",
2424
"articles": [
2525
"general",
@@ -31,15 +31,15 @@
3131
]
3232
},
3333
{
34-
"title": "Arrays",
34+
"title": "Array",
3535
"dir": "array",
3636
"articles": [
3737
"general",
3838
"constructor"
3939
]
4040
},
4141
{
42-
"title": "Types",
42+
"title": "타입",
4343
"dir": "types",
4444
"articles": [
4545
"equality",
@@ -49,7 +49,7 @@
4949
]
5050
},
5151
{
52-
"title": "Core",
52+
"title": "핵심",
5353
"dir": "core",
5454
"articles": [
5555
"eval",
@@ -59,7 +59,7 @@
5959
]
6060
},
6161
{
62-
"title": "Other",
62+
"title": "기타",
6363
"dir": "other",
6464
"articles": [
6565
"timeouts"

0 commit comments

Comments
 (0)