Skip to content

Commit 7147153

Browse files
authored
Merge pull request #594 from reactjs/anilcanboga/react-translate-page-fix
react translate page fix
2 parents f1f2ee9 + 023c3c3 commit 7147153

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/content/reference/rsc/use-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ canary: true
2020

2121
---
2222

23-
## Referans {/*reference*/}
23+
## Başvuru Dokümanı {/*reference*/}
2424

2525
### `'use client'` {/*use-client*/}
2626

src/sidebarReference.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@
339339
},
340340
{
341341
"hasSectionHeader": true,
342-
"sectionHeader": "Rules of React"
342+
"sectionHeader": "React Kuralları"
343343
},
344344
{
345-
"title": "Overview",
345+
"title": "Genel Bakış",
346346
"path": "/reference/rules",
347347
"routes": [
348348
{
@@ -354,17 +354,17 @@
354354
"path": "/reference/rules/react-calls-components-and-hooks"
355355
},
356356
{
357-
"title": "Rules of Hooks",
357+
"title": "Hook Kuralları",
358358
"path": "/reference/rules/rules-of-hooks"
359359
}
360360
]
361361
},
362362
{
363363
"hasSectionHeader": true,
364-
"sectionHeader": "React Server Components"
364+
"sectionHeader": "React Sunucu Bileşenleri"
365365
},
366366
{
367-
"title": "Server Components",
367+
"title": "Sunucu Bileşenleri",
368368
"path": "/reference/rsc/server-components",
369369
"canary": true
370370
},
@@ -433,4 +433,4 @@
433433
]
434434
}
435435
]
436-
}
436+
}

0 commit comments

Comments
 (0)