Skip to content

Commit 19ed19a

Browse files
authored
Merge pull request #73 from reactjs/alioguzhan/translate-layout-sections
translate layout sections
2 parents 5e4459a + 3266a08 commit 19ed19a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

content/community/nav.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- title: Community Resources
1+
- title: Topluluk Kaynakları
22
items:
33
- id: support
44
title: Support
@@ -18,7 +18,7 @@
1818
title: Videos
1919
- id: external-resources
2020
title: External Resources
21-
- title: Tools
21+
- title: Araçlar
2222
items:
2323
- id: debugging-tools
2424
title: Debugging

src/components/LayoutFooter/Footer.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
9090
href="https://discuss.reactjs.org"
9191
target="_blank"
9292
rel="noopener">
93-
Discussion Forum
93+
Tartışma Forumu
9494
</ExternalFooterLink>
9595
<ExternalFooterLink
9696
href="https://discord.gg/0ZcbPKXt5bZjGY5n"
@@ -102,7 +102,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
102102
href="https://dev.to/t/react"
103103
target="_blank"
104104
rel="noopener">
105-
DEV Community
105+
DEV Topluluğu
106106
</ExternalFooterLink>
107107
<ExternalFooterLink
108108
href="https://www.facebook.com/react"
@@ -129,10 +129,10 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
129129
</FooterNav>
130130
<FooterNav layoutHasSidebar={layoutHasSidebar}>
131131
<MetaTitle onDark={true}>More</MetaTitle>
132-
<FooterLink to="/tutorial/tutorial.html">Tutorial</FooterLink>
132+
<FooterLink to="/tutorial/tutorial.html">Öğretici</FooterLink>
133133
<FooterLink to="/blog/">Blog</FooterLink>
134134
<FooterLink to="/acknowledgements.html">
135-
Acknowledgements
135+
Katkıda Bulunanlar
136136
</FooterLink>
137137
<ExternalFooterLink
138138
href="https://facebook.github.io/react-native/"

src/components/LayoutHeader/DocSearch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class DocSearch extends Component<{}, State> {
9797
}}
9898
id="algolia-doc-search"
9999
type="search"
100-
placeholder="Search"
100+
placeholder="Ara"
101101
aria-label="Search docs"
102102
/>
103103
</form>

src/components/LayoutHeader/Header.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ const Header = ({location}: {location: Location}) => (
122122
}}>
123123
<HeaderLink
124124
isActive={location.pathname.includes('/docs/')}
125-
title="Docs"
125+
title="Dökümantasyon"
126126
to="/docs/getting-started.html"
127127
/>
128128
<HeaderLink
129129
isActive={location.pathname.includes('/tutorial/')}
130-
title="Tutorial"
130+
title="Öğretici"
131131
to="/tutorial/tutorial.html"
132132
/>
133133
<HeaderLink
@@ -137,7 +137,7 @@ const Header = ({location}: {location: Location}) => (
137137
/>
138138
<HeaderLink
139139
isActive={location.pathname.includes('/community/')}
140-
title="Community"
140+
title="Topluluk"
141141
to="/community/support.html"
142142
/>
143143
</nav>
@@ -209,7 +209,7 @@ const Header = ({location}: {location: Location}) => (
209209
display: 'none',
210210
},
211211
}}>
212-
Languages
212+
Diller
213213
</span>
214214
</Link>
215215
<a

0 commit comments

Comments
 (0)