File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- - title : Community Resources
1
+ - title : Topluluk Kaynakları
2
2
items :
3
3
- id : support
4
4
title : Support
18
18
title : Videos
19
19
- id : external-resources
20
20
title : External Resources
21
- - title : Tools
21
+ - title : Araçlar
22
22
items :
23
23
- id : debugging-tools
24
24
title : Debugging
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
90
90
href = "https://discuss.reactjs.org"
91
91
target = "_blank"
92
92
rel = "noopener" >
93
- Discussion Forum
93
+ Tartışma Forumu
94
94
</ ExternalFooterLink >
95
95
< ExternalFooterLink
96
96
href = "https://discord.gg/0ZcbPKXt5bZjGY5n"
@@ -102,7 +102,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
102
102
href = "https://dev.to/t/react"
103
103
target = "_blank"
104
104
rel = "noopener" >
105
- DEV Community
105
+ DEV Topluluğu
106
106
</ ExternalFooterLink >
107
107
< ExternalFooterLink
108
108
href = "https://www.facebook.com/react"
@@ -129,10 +129,10 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
129
129
</ FooterNav >
130
130
< FooterNav layoutHasSidebar = { layoutHasSidebar } >
131
131
< MetaTitle onDark = { true } > More</ MetaTitle >
132
- < FooterLink to = "/tutorial/tutorial.html" > Tutorial </ FooterLink >
132
+ < FooterLink to = "/tutorial/tutorial.html" > Öğretici </ FooterLink >
133
133
< FooterLink to = "/blog/" > Blog</ FooterLink >
134
134
< FooterLink to = "/acknowledgements.html" >
135
- Acknowledgements
135
+ Katkıda Bulunanlar
136
136
</ FooterLink >
137
137
< ExternalFooterLink
138
138
href = "https://facebook.github.io/react-native/"
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 = "Ara "
101
101
aria-label = "Search docs"
102
102
/>
103
103
</ form >
Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ const Header = ({location}: {location: Location}) => (
122
122
} } >
123
123
< HeaderLink
124
124
isActive = { location . pathname . includes ( '/docs/' ) }
125
- title = "Docs "
125
+ title = "Dökümantasyon "
126
126
to = "/docs/getting-started.html"
127
127
/>
128
128
< HeaderLink
129
129
isActive = { location . pathname . includes ( '/tutorial/' ) }
130
- title = "Tutorial "
130
+ title = "Öğretici "
131
131
to = "/tutorial/tutorial.html"
132
132
/>
133
133
< HeaderLink
@@ -137,7 +137,7 @@ const Header = ({location}: {location: Location}) => (
137
137
/>
138
138
< HeaderLink
139
139
isActive = { location . pathname . includes ( '/community/' ) }
140
- title = "Community "
140
+ title = "Topluluk "
141
141
to = "/community/support.html"
142
142
/>
143
143
</ nav >
@@ -209,7 +209,7 @@ const Header = ({location}: {location: Location}) => (
209
209
display : 'none' ,
210
210
} ,
211
211
} } >
212
- Languages
212
+ Diller
213
213
</ span >
214
214
</ Link >
215
215
< a
You can’t perform that action at this time.
0 commit comments