Description
Çeviri Yapmadan Önce Lütfen Aşağıdaki Kuralları Okuyunuz
Çeviri yapma süreci üç adımda gerçekleştirilir:
-
Kontrol listesinde kimsenin işaretlemediği bölümleri seçiniz. Altındaki yorumları kontrol ederek emin olunuz. İpucu:
CTRL+F
ile istediğiniz bölümle ilgili arama yaparak kontrol edebilirsiniz. -
Hangi sayfayı çevireceğinizi yorum kısmına yazınız. Lütfen bir seferde birden fazla sayfa almayınız!
-
Projeyi yerel makinenize clone'layınız. Sayfayı çevirdiğinizde commit ederek, pull request gönderiniz.
-
Commit mesajlarini ingilizce yaziniz.
-
Commit mesajlarinda gecmis zaman formu kullanmayiniz.
translated tutorial page
yerinetranslate tutorial page
. ya dafixed a typo in docs
yerinefix a typo in docs
.
Tercüme etmeden önce, çeviri kurallarını mutlaka okuyunuz.
İlgili tartışmalara dahil olmak için Slack #tr kanalına katılın.
💡 Repoda Discussions kismi enable edildi. Soru-cevap ya da fikir alisverisi gibi konular icin orayi kullanabiliriz.
Maintainer List
For New Translators
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below.
- Comment below with the name of the page you would like to translate. Please take only one page at a time.
- Clone this repo, translate your page, and submit a pull request!
Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.
Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.
For Maintainers
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
[x] Home Page (@tesseralis) #12345
When PRs are merged, make sure to mark that page as completed!
Main Content
To do before releasing as an "official" translation. Please translate these pages first.
Note that each section has an index page, which needs to be translated too.
Learn React
-
Quick Start (@serkanisyapan) translate
Quick Start
#528- Tutorial: Tic Tac Toe (@serkanisyapan) 94ce329
- Thinking in React (@alioguzhan) alioguzhan/thinking in react #503
-
Installation (@yunusemredilber) 373161e
- Start a New React Project (@bbolek) Translate "Start a new react project.md" #401
- Add React to an Existing Project (@MizginYildirak) Translate "Add react to an existing project" #443
- Editor Setup (@kuntik17) Translate Editor-Setup page #405
- Using Typescript (@halilxibrahim) Translate Using Typescript Page #566
- React Developer Tools (@kuntik17) Translate React-Developer-Tools #402
- React Compiler (@anilcanboga) translate react compiler #604
-
Describing the UI (@TolgaYuceel) translate describing the ui #530
- Your First Component (@serkanisyapan) translate
Your First Component
#509 - Importing and Exporting Components (@akcoren) Translate Importing and exporting components #403
- Writing Markup with JSX (@mervekrblt) Translate writing markup with JSX section #426
- JavaScript in JSX with Curly Braces (@Cansualtun) javascript in jsx with curly braces pages translations finish #444
- Passing Props to a Component (@buraksakalli) feat: add Turkish translation for passing-props-to-a-component document #416
- Conditional Rendering (@serkanisyapan) Translate conditional rendering #421
- Rendering Lists (@serkanisyapan) Translate rendering lists #410
- Keeping Components Pure (@MizginYildirak) "Keeping components pure" Turkish translation #418
- Understanding Your UI as a Tree (@TolgaYuceel ) Translate
Understanding Your UI as a Tree
#532
- Your First Component (@serkanisyapan) translate
-
Adding Interactivity (@serkanisyapan) translate
Adding Interactivity
#511- Responding to Events (@baspinarenes) translate responding to events #413
- State: A Component's Memory (@agmmnn) translate
State: A Component's Memory
#425 - Render and Commit (@serkanisyapan) translate render and commit #434
- State as a Snapshot (@emrecanberktas) translate: State as a snapshot #468
- Queueing a Series of State Updates (@serkanisyapan) translate
Queueing a series of state updates
#447 - Updating Objects in State (@enesakkose) translate updating-objects-in-state #445
- Updating Arrays in State (@serkanisyapan) translate
Updating Arrays in State
#460
-
Managing State (@serkanisyapan) 5ba09bc
- Reacting to Input with State (@itsba2) Translate Reacting to Input with State #406
- Choosing the State Structure (@seckinoter) translate Choosing the State Structure #457
- Sharing State Between Components (@cydexx) (@alioguzhan) Translate Sharing State Between Components #438
- Preserving and Resetting State (@serkanisyapan) translate
Preserving and Resetting State
#463 - Extracting State Logic into a Reducer (@agmmnn) translate
Extracting State Logic into a Reducer
#446 - Passing Data Deeply with Context (@Rogultum) translate passing data deeply with context #472
- Scaling Up with Reducer and Context (@TolgaYuceel) Translate scaling up with reducer and context #527
-
Escape Hatches (@serkanisyapan) translate escape hatches #578
- Referencing Values with Refs (@furkanmavili) translate
Referencing Values with Refs
#455 - Manipulating the DOM with Refs (@dilarauluturhan) translate manipulating the DOM with refs #485
- Synchronizing with Effects (@serkanisyapan) translate synchronizing with effects #505
- You Might Not Need an Effect (@enesakkose) translate you-might-not-need-an-Effect #469
- Lifecycle of Reactive Effects (@burakcihan61) feat: translate to lifecycle-of-reactive-effects pages #490 Burakcihan/lifecycle of reactive effects translate #491
- Separating Events from Effects (@burakcihan61) Burakcihan61/separating events from effects #493
- Removing Effect Dependencies (@TolgaYuceel) translate removing-effect-dependencies #552
- Reusing Logic with Custom Hooks (@anilcanboga) translate reusing-logic-with-custom-hooks page #590
- Referencing Values with Refs (@furkanmavili) translate
API Reference
-
react
: Hooks (@alioguzhan) translate hooks #504-
useCallback
(@baspinarenes) translate usecallback reference #470 -
useContext
(@osmandlsmn) translate useContext referance #423 -
useDebugValue
(@buraksakalli) feature: add Turkish translation for useDebugValue #454 -
useDeferredValue
(@baspinarenes) translate usedeferredvalue reference #462 -
useEffect
(@serkanisyapan) translateuseEffect
#471 -
useId
(@baspinarenes) translate useid #415 -
useImperativeHandle
(@buraksakalli) feature: add Turkish translation for useImperativeHandle #456 -
useInsertionEffect
(@enesakkose) translate useInsertionEffect #459 -
useLayoutEffect
(@baspinarenes) translate uselayouteffect reference #420 -
useMemo
(@iefendiev) translate useMemo #451 -
useReducer
(@buraksakalli) feat: add Turkish translation for useReducer #428 -
useRef
(@CoskunCakir) translate useRef hook #407 -
useState
(@serkanisyapan) translate useState #508 -
useSyncExternalStore
(@baspinarenes) translate useSyncExternalStore reference #452 -
useTransition
(@halilatilla) TranslateuseTransition
#450
-
-
react
: Components (@TarcosS) react/Components translate #548-
<Fragment> (<>)
(@K2adir) fragment full translation #419 -
<Profiler>
(@agmmnn) translate<Profiler>
andReact DOM APIs
#431 -
<StrictMode>
(@hasancankucuk) translate StrictMode #482 -
<Suspense>
(@andyanday33) translate<Suspense>
#440
-
-
react
: APIs (@baspinarenes) translate api index #453-
createContext
(@halilatilla) TranslatecreateContext
#409 -
forwardRef
(@halilatilla) TranslateforwardRef
#427 -
lazy
(@baspinarenes) translate lazy reference #422 -
memo
(@baspinarenes) translate memo reference #436 -
startTransition
(@halilatilla) TranslatestartTransition
#442 -
legacy
(@bilalkarakollu ) translate legacy page #603
-
-
react-dom
: Components (@agmmnn) translateReact DOM Components
#430- Common (e.g.
<div>
) (@itsba2) Translate Common components (e.g. <div>) #519 -
<input>
(@hasancankucuk) Translate input #481 -
<option>
(@K2adir) Translate <option> option - full #435 -
<progress>
(@agmmnn) translate<progress>
#429 -
<select>
(@serkanisyapan) translate<select>
#466 -
<textarea>
(@hasancankucuk) Translate <textarea> #479
- Common (e.g.
-
react-dom
: APIs (@agmmnn) translate<Profiler>
andReact DOM APIs
#431-
createPortal
(@arif-ozberk) translatecreatePortal
#483 -
flushSync
(@K2adir) translateflushSync
#448 -
findDOMNode
(@enesthedev) translatefindDOMNode
#496 -
hydrate
(@ctnkaan) translate hydrate #555 -
render
(@buraksakalli) Translate render #465 -
unmountComponentAtNode
(@ctnkaan) translateunmountComponentAtNode
#536
-
-
react-dom/client
: Client APIs (@altankurt) docs(Client APIs): Add Turkish translation #424-
createRoot
(@alpererdogan8) translate createRoot #523 -
hydrateRoot
(@bilalkarakollu)
-
-
react-dom/server
: Server APIs (@andyanday33) translatereact-dom/server
#439-
renderToNodeStream
(@Rekl0w) translaterenderToNodeStream
#545 -
renderToPipeableStream
(@hasancankucuk) translate renderToPipeableStream #487 -
renderToReadableStream
-
renderToStaticMarkup
(@Rekl0w) translaterenderToStaticMarkup
#544 -
renderToStaticNodeStream
(@arif-ozberk) translaterenderToStaticNodeStream
#473 -
renderToString
(@arif-ozberk) TranslaterenderToString
#480
-
-
React Server Components
: Server Components (@bilalkarakollu) translate server components #589-
Server Functions
(@anilcanboga ) -
Directives
(@anilcanboga) -
use client
(@anilcanboga) -
use server
(@anilcanboga)
-
Navigation and UI
We suggest to leave most of the UI translation until the end. We plan to do some invasive changes to the website folder layout and components, so postponing this until your translation is almost complete would make it easier to merge the changes from our side later. It might make sense to translate the homepage above the fold early, but leave the rest for later. As individual pages get translated, you can change the page titles in the corresponding sidebar files. Finally, when you're translating the navigation, make sure to test both desktop and mobile layouts.
- Homepage (currently in
HomeContent.js
) (@turkerdev) translate home page #404 - Sidebars (currently in
src/sidebar*.json
) (@alioguzhan) dd0d22d - Top-level navigation (currently in
TopNav.tsx
) (@alioguzhan) translate hooks #504
When You're Ready...
After everything above is translated, add your language to deployedLanguages
in Seo.tsx
of the original reactjs/react.dev repository.
Secondary Content
These API pages should ideally be translated too, but they're less urgent and can be done after the others:
- Legacy React APIs (@bilalkarakollu) translate legacy page #603
-
Children
-
cloneElement
-
Component
-
createElement
(@anilcanboga) -
createFactory
-
createRef
(@anilcanboga) -
isValidElement
(@anilcanboga) -
PureComponent
(@anilcanboga)
-
Optional Content
These aren't the main translation targets, but if you'd like to do them, feel free to expand the list to include their subpages:
- Community (@coderdal) Translate React Community Home Page #477
- Blog (@anilcanboga) translate react blog page #597
- Special Props Warning translate special props warning page #605
- Not Found (@anilcanboga) translate not found page #595
- Feedback component (@anilcanboga) translate feedback component #596
- React Reference Overview (@anilcanboga) translate react reference overview page #593