Skip to content

Commit 1bf2edb

Browse files
committed
Translate Footer
1 parent 64bafb3 commit 1bf2edb

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/components/Layout/Footer.tsx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*/
44

5-
import * as React from 'react';
6-
import NextLink from 'next/link';
75
import cn from 'classnames';
86
import {ExternalLink} from 'components/ExternalLink';
97
import {IconFacebookCircle} from 'components/Icon/IconFacebookCircle';
10-
import {IconTwitter} from 'components/Icon/IconTwitter';
118
import {IconGitHub} from 'components/Icon/IconGitHub';
9+
import {IconTwitter} from 'components/Icon/IconTwitter';
10+
import NextLink from 'next/link';
11+
import * as React from 'react';
1212

1313
export function Footer() {
1414
const socialLinkClasses = 'hover:text-primary dark:text-primary-dark';
@@ -288,66 +288,66 @@ export function Footer() {
288288
</div>
289289
<div className="flex flex-col">
290290
<FooterLink href="/learn" isHeader={true}>
291-
Learn React
291+
Opettele Reactia
292292
</FooterLink>
293-
<FooterLink href="/learn/">Quick Start</FooterLink>
294-
<FooterLink href="/learn/installation">Installation</FooterLink>
293+
<FooterLink href="/learn/">Pika-aloitus</FooterLink>
294+
<FooterLink href="/learn/installation">Asennus</FooterLink>
295295
<FooterLink href="/learn/describing-the-ui">
296-
Describing the UI
296+
Käyttöliittymän kuvaus
297297
</FooterLink>
298298
<FooterLink href="/learn/adding-interactivity">
299-
Adding Interactivity
299+
Interaktiivisuuden lisääminen
300300
</FooterLink>
301-
<FooterLink href="/learn/managing-state">Managing State</FooterLink>
302-
<FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink>
301+
<FooterLink href="/learn/managing-state">Tilan hallinta</FooterLink>
302+
<FooterLink href="/learn/escape-hatches">Pelastusluukut</FooterLink>
303303
</div>
304304
<div className="flex flex-col">
305305
<FooterLink href="/reference/react" isHeader={true}>
306-
API Reference
306+
API viite
307307
</FooterLink>
308-
<FooterLink href="/reference/react">React APIs</FooterLink>
309-
<FooterLink href="/reference/react-dom">React DOM APIs</FooterLink>
308+
<FooterLink href="/reference/react">React APIt</FooterLink>
309+
<FooterLink href="/reference/react-dom">React DOM APIt</FooterLink>
310310
</div>
311311
<div className="md:col-start-2 xl:col-start-4 flex flex-col">
312312
<FooterLink href="/community" isHeader={true}>
313-
Community
313+
Yhteisö
314314
</FooterLink>
315315
<FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md">
316-
Code of Conduct
316+
Toimintaohjeet
317317
</FooterLink>
318318
<FooterLink href="/community/team">Meet the Team</FooterLink>
319319
<FooterLink href="/community/docs-contributors">
320-
Docs Contributors
320+
Dokumentaation kehittäjät
321321
</FooterLink>
322322
<FooterLink href="/community/acknowledgements">
323-
Acknowledgements
323+
Tunnustukset
324324
</FooterLink>
325325
</div>
326326
<div className="flex flex-col">
327-
<FooterLink isHeader={true}>More</FooterLink>
328-
<FooterLink href="/blog">Blog</FooterLink>
327+
<FooterLink isHeader={true}>Lisää</FooterLink>
328+
<FooterLink href="/blog">Blogi</FooterLink>
329329
<FooterLink href="https://reactnative.dev/">React Native</FooterLink>
330330
<FooterLink href="https://opensource.facebook.com/legal/privacy">
331-
Privacy
331+
Yksityisyys
332332
</FooterLink>
333333
<FooterLink href="https://opensource.fb.com/legal/terms/">
334-
Terms
334+
Ehdot
335335
</FooterLink>
336336
<div className="flex flex-row mt-8 gap-x-2">
337337
<ExternalLink
338-
aria-label="React on Facebook"
338+
aria-label="React Facebookissa"
339339
href="https://www.facebook.com/react"
340340
className={socialLinkClasses}>
341341
<IconFacebookCircle />
342342
</ExternalLink>
343343
<ExternalLink
344-
aria-label="React on Twitter"
344+
aria-label="React Twitterissä"
345345
href="https://twitter.com/reactjs"
346346
className={socialLinkClasses}>
347347
<IconTwitter />
348348
</ExternalLink>
349349
<ExternalLink
350-
aria-label="React on Github"
350+
aria-label="React GitHubissa"
351351
href="https://github.com/facebook/react"
352352
className={socialLinkClasses}>
353353
<IconGitHub />

0 commit comments

Comments
 (0)