File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class DocSearch extends Component<{}, State> {
97
97
} }
98
98
id = "algolia-doc-search"
99
99
type = "search"
100
- placeholder = "Search "
100
+ placeholder = "검색 "
101
101
aria-label = "Search docs"
102
102
/>
103
103
</ form >
Original file line number Diff line number Diff line change @@ -122,22 +122,22 @@ const Header = ({location}: {location: Location}) => (
122
122
} } >
123
123
< HeaderLink
124
124
isActive = { location . pathname . includes ( '/docs/' ) }
125
- title = "Docs "
125
+ title = "문서 "
126
126
to = "/docs/getting-started.html"
127
127
/>
128
128
< HeaderLink
129
129
isActive = { location . pathname . includes ( '/tutorial/' ) }
130
- title = "Tutorial "
130
+ title = "자습서 "
131
131
to = "/tutorial/tutorial.html"
132
132
/>
133
133
< HeaderLink
134
134
isActive = { location . pathname . includes ( '/blog' ) }
135
- title = "Blog "
135
+ title = "블로그 "
136
136
to = "/blog/"
137
137
/>
138
138
< HeaderLink
139
139
isActive = { location . pathname . includes ( '/community/' ) }
140
- title = "Community "
140
+ title = "커뮤니티 "
141
141
to = "/community/support.html"
142
142
/>
143
143
</ nav >
You can’t perform that action at this time.
0 commit comments