Bengali Translation Progress
Opened this issue ยท 66 comments
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:
- [ ] Some Page (@exampleusername) #12345
When PRs are merged, make sure to mark that page as completed like this:
- [x] Some Page (@exampleusername) #12345
This ensures your translation's progress is tracked correctly at https://translations.react.dev/.
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 ( @anwarhossain1 ) #10
- Tutorial: Tic Tac Toe ( @indranildeveloper ) #15
- Thinking in React (@nafistiham) #8 #16
-
Installation (@nafistiham) #61
- Start a New React Project ( @moshfiqrony ) #3
- Add React to an Existing Project ( @sowrovsarkar63 ) #40 (@nafistiham) #114
- Editor Setup ( @shakib609 ) #4
- React Developer Tools ( @nomandhoni-cs ) #11
-
Describing the UI (@nafistiham) #62
- Your First Component ( @ahnafyy )
- Importing and Exporting Components ( @KhanShaheb34 ) #9
- Writing Markup with JSX ( @AhmdShuvo ) #48
- JavaScript in JSX with Curly Braces ( @nazmulweb ) #24
- Passing Props to a Component (@azmainadel) #31
- Conditional Rendering ( @RazuAhmad )
- Rendering Lists (@nisabzahid)
- Keeping Components Pure ( @shakib609 ) #18 (@nafistiham)
-
Adding Interactivity (@nazir021)
- Responding to Events (@mhasan320)
- State: A Component's Memory (@moinul192000) #38 (@nafistiham) #106
- Render and Commit ( @MahdiMurshed ) #12
- State as a Snapshot ( @MahdiMurshed ) #14 (@nafistiham) #116
- Queueing a Series of State Updates (@deveasin) #41
- Updating Objects in State (@deveasin )
- Updating Arrays in State (@Arifulhaque-02128)
-
Managing State ( @ahmmedabir9 )
- Reacting to Input with State (@shm-dsgn) #46
- Choosing the State Structure (@AhmdShuvo)
- Sharing State Between Components (@Sukhendu2002)
- Preserving and Resetting State (@S907) #73
- Extracting State Logic into a Reducer (@habibium) #100
- Passing Data Deeply with Context (@habibium) #92
- Scaling Up with Reducer and Context (@Shahriar-Rumel) #93
-
Escape Hatches (@nafistiham) #21
- Referencing Values with Refs (@nafistiham) #25
- Manipulating the DOM with Refs (@nafistiham) #34
- Synchronizing with Effects (@AFM-Taha) (@habibium)
- You Might Not Need an Effect (@nasirmasud)
- Lifecycle of Reactive Effects
- Separating Events from Effects
- Removing Effect Dependencies
- Reusing Logic with Custom Hooks
API Reference
-
react
: Hooks ( @susmoysengupta ) #39-
useCallback
(@JaznanOfficial ) -
useContext
(@asif-jalil) #35 #37 -
useDebugValue
( @syum-akhlaque ) -
useDeferredValue
-
useEffect
( @lifeparticle ) #44 -
useId
(@aleena314) -
useImperativeHandle
(@nafistiham) #72 -
useInsertionEffect
(@nafistiham) #77 -
useLayoutEffect
(@mustaquenadim) -
useMemo
(@foridpathan ) -
useReducer
(@arifur-rahaman) -
useRef
(@MostofaNobiTanveer) -
useState
(@thecodermehedi) -
useSyncExternalStore
-
useTransition
(@mustaquenadim) #139
-
-
react
: Components (@nafistiham) #58-
<Fragment> (<>)
(@nafistiham) #57 -
<Profiler>
(@nafistiham) #59 -
<StrictMode>
(@nafistiham) -
<Suspense>
(@nz-m) #33
-
-
react
: APIs (@nafistiham) #60-
createContext
(@nafistiham) #97 -
forwardRef
(@nafistiham) #105 -
lazy
(@nafistiham) #80 -
memo
(@nafistiham) #117 -
startTransition
(@nafistiham) #79
-
-
react-dom
: Components (@nafistiham) #68- Common (e.g.
<div>
) -
<input>
-
<option>
(@nafistiham) #67 -
<progress>
(@mahbub-mahi) -
<select>
-
<textarea>
- Common (e.g.
-
react-dom
: APIs (@nafistiham) #69-
createPortal
(@nafistiham) #119 -
flushSync
(@nafistiham) #78 -
findDOMNode
-
hydrate
(@nafistiham) #83 -
render
(@nafistiham) #81 -
unmountComponentAtNode
(@nafistiham) #70
-
-
react-dom/client
: Client APIs (@nafistiham) #49-
createRoot
(@nafistiham) #50 -
hydrateRoot
(@nafistiham) #53
-
-
react-dom/server
: Server APIs (@nafistiham) #63-
renderToNodeStream
(@nafistiham) #64 -
renderToPipeableStream
-
renderToReadableStream
-
renderToStaticMarkup
(@nafistiham) #65 -
renderToStaticNodeStream
(@nafistiham) #66 -
renderToString
@habibium #153
-
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
) - Sidebars (currently in
src/sidebar*.json
) - Top-level navigation (currently in
TopNav.tsx
)
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
-
Children
-
cloneElement
-
Component
-
createElement
-
createFactory
-
createRef
-
isValidElement
-
PureComponent
-
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
- Blog
- Warnings
Maintainer List
This translation is maintained by:
If you want to become a maintainer, ask them to add you. If the original maintainers are no longer responsive, raise an issue in the main translations repository.
Let's all try to not keep multiple PRs alive at the same time by a single contributor.
Let's not work at multiple pages at the same time as well.It would be ideal to start one after completing the previous one.
If a PR is stuck with review, we can be assigned and lock another page for us.We can start working by opening a branch.
This will help us all keep the work flow steady and seamless.
Otherwise, with a higher number of contributors, PRs could get messed up.
For simplicity and cleanness I deleted old Assigning comments that are useless.
Yes vai. I want. Please allow me
I would love to translate State: A Component's Memory
@RazuAhmad and @moinul192000 assigned to both of you. Would you please make sure you can see your name right after the page check box list above?
I can not commit my new changes, recently I translated a whole new page but can not commit anymore. Can you guys help me figure this out ?
Most likely a linter issue.
Have you committed once yet to that branch? If yes please give a PR and comment the link here. We'll take the conversation there.
If not please join our discord server. The link is in the previous comment and share your file there.
It'd be easier to help if we can see the code.Thanks for your patience.
Ok, I'm sharing this on discord. thanks
I would like to work on the react: <Suspense>
page https://react.dev/reference/react/Suspense
I would like to work on the
react: <Suspense>
page https://react.dev/reference/react/Suspense
@nz-m Assigned to you! If you feel the page is too large to do in a single PR you can split that into 2/3 PR.
Please have a look at the docs and Glossary
Hi there, I would like to translate react
: Hooks > useContext
page. https://react.dev/reference/react/useContext
Assigned to you! If you feel the page is too large to do in a single PR you can split that into 2/3 PR.
Please have a look at the docs and Glossary
@asif-jalil Assigned to you! If you feel the page is too large to do in a single PR you can split that into 2/3 PR.
Please have a look at the docs and Glossary. You can join our discord #26
hello,
I want to translate Quick Start. Please assign me to the page.
thanks,
shuvo
hello,
I want to translate Writing Markup with JSX. Please assign me to the page.
thanks,
shuvo
hello,
I want to translate Writing Markup with JSX. Please assign me to the page.
thanks,
shuvo
@AhmdShuvo Assigned to you! If you feel the page is too large to do in a single PR you can split that into 2/3 PR.
Please have a look at the docs and Glossary. You can join our discord #26
Hi there, I would like to translate react: Hooks > useRef page. https://react.dev/reference/react/useRef
Hi there, I would like to translate react: Hooks > useRef page. https://react.dev/reference/react/useRef
@MostofaNobiTanveer Assigned to you! If you feel the page is too large to do in a single PR you can split that into 2/3 PR.
Please have a look at the docs and Glossary. You can join our discord #26
Hi, I would like to translate -> Adding Interactivity:Queueing a Series of State Updates
Hi, I would like to translate ->
Adding Interactivity:Queueing a Series of State Updates
Assigned. Thanks a lot for showing interest.
Please read the rules and we welcome you to our discord server. You'll find all the details in other issues. Thanks again.
Hi there, I would like to translate react: Hooks > useDebugValue.
Page: https://react.dev/reference/react/useDebugValue
I would like to translate "Preserving and Resetting State."
Self Assigned Hydrateroot.
I would like to translate "Preserving and Resetting State."
Assigned. Please read previous comments and issues for better understanding. Thanks a lot for showing interest.
I'd like to do useId in react hooks.
Assigned. Please read previous comments and issues for better understanding. Thanks a lot for showing interest.
clientApi-hydrateroot done. PR is open -> #53
Self assigned reactLcomponents index page. That is also done. PR will be posted after previous one is merged.
Self assigned
React components index (#58) and react components fragment (#57) are PRed -drafted-closed.
I'll reopen the PRs as soon as #53 is reviewed and merged @nomandhoni-cs @moshfiqrony vai please have a look at it when convenient.
Self assigning react-components-profiler
Hi there, I would like to translate API Reference->useReducer.
Hi there, I would like to translate API Reference->useReducer.
Assigned
Render done. Self assigned hydrate.
Well I am putting all my PRs up, which is strictly against the rule I suggested myself.
As the purpose was maintaining a clean PR list, and for a few weeks there hasn't been much update from others, I am keeping them all there. Hence, anyone can easily review and suggest changes.
Self-assigned create context. #83 is done.
Hey, I would like to translate this page: Learn React -> Managing State -> Passing Data Deeply with Context
@HabibMollah, Bhai. The page is assigned to you. Now you can start doing translation.
I hope this https://github.com/reactjs/bn.react.dev/wiki/Glossary will help you to do a better translation.
Hi! I would like to translate the page Scaling Up with Reducer and Context under Managing State, thanks.
Hi! I would like to translate the page Scaling Up with Reducer and Context under Managing State, thanks.
Assigned
Createcontext done #97
Self assigned forwardref
I would like to translate the page Extracting State Logic into a Reducer
I would like to translate the page
Extracting State Logic into a Reducer
Done
I would like to translate the page
Escape Hatches ----> Synchronizing with Effects
I would like to translate the page Escape Hatches ----> Synchronizing with Effects
Done
#106 is done. Taking over Add React to an Existing Project
Taking over state as a snapshot
Snapshot done.
Self assigned memo
Memo done (#117)
Taking up createPortal
Thanks to All contributors and Maintainers and Special thanks to @nafistiham Bhai, @moshfiqrony Bhai for doing such an amazing work.
We reached 50% of our goal.
Create portal done. Taking Strictmode
Strict mode done. Took over keeping components pure.
@moshfiqrony
@ahmmedabir9
@nazir021
@nomandhoni-cs
@shakib609
@ahnafyy
@nafistiham
@nutboltu
Hello Maintainers,
I'd like to translate the useTransition
page.
@moshfiqrony @ahmmedabir9 @nazir021 @nomandhoni-cs @shakib609 @ahnafyy @nafistiham @nutboltu
Hello Maintainers,
I'd like to translate the
useTransition
page.
Hi @mustaquenadim, Thanks for your interest. You are assigned. Please have a look at #32
@moshfiqrony
@ahmmedabir9
@nazir021
@nomandhoni-cs
@shakib609
@ahnafyy
@nafistiham
@nutboltu
Hello Maintainers,
I'd like to translate the useLayoutEffect
page.
@moshfiqrony @ahmmedabir9 @nazir021 @nomandhoni-cs @shakib609 @ahnafyy @nafistiham @nutboltu
Hello Maintainers,
I'd like to translate the
useLayoutEffect
page.
Assigned @mustaquenadim
Hello @moshfiqrony
I'd like to translate the useState
page
Hello @moshfiqrony I'd like to translate the
useState
page
It has been assigned to @md-emran-hossain.
Could you pick any other page?
Or we could wait for Emran vai's response for 2 days and reassign it to you.
Hello @moshfiqrony I'd like to translate the
useState
pageIt has been assigned to @md-emran-hossain.
Could you pick any other page?
Or we could wait for Emran vai's response for 2 days and reassign it to you.
Ok, I will be waiting
Hello @moshfiqrony I'd like to translate the
useState
pageIt has been assigned to @md-emran-hossain.
Could you pick any other page?
Or we could wait for Emran vai's response for 2 days and reassign it to you.Ok, I will be waiting
Nowadays I've got into a very packed schedule. It therefore takes longer for me. Assume that @thecodermehedi is excited to complete this translation. He is capable of this.
@thecodermehedi you have been assigned useState. Thanks in advance for your upcoming contribution.
@thecodermehedi you have been assigned useState. Thanks in advance for your upcoming contribution.
Happy to help ๐
I want to translate API Reference > react-dom/server
> renderToString
I want to translate API Reference >
react-dom/server
>renderToString
Go ahead ๐
I want to take over Escape Hatches > Synchronizing with Effects
page which is currently assigned to my friend @AFM-Taha and resume from his work.
@habibium go ahead.
#153 and #160 are open, both pages are translated and ready for review.
I am refraining from taking over another page for now since I agree with what @nafistiham said:
Let's all try to not keep multiple PRs alive at the same time by a single contributor. Let's not work at multiple pages at the same time as well.It would be ideal to start one after completing the previous one. If a PR is stuck with review, we can be assigned and lock another page for us.We can start working by opening a branch. This will help us all keep the work flow steady and seamless. Otherwise, with a higher number of contributors, PRs could get messed up.
@moshfiqrony
@ahmmedabir9
@nazir021
@nomandhoni-cs
@shakib609
@ahnafyy
@nafistiham
@nutboltu
Hello Maintainers,
I'd like to translate the You 'Escape Hatches' --> 'Might Not Need an Effect' page.
@nasirmasud please go ahead.
@moshfiqrony
@ahmmedabir9
@nazir021
@nomandhoni-cs
@shakib609
@ahnafyy
@nafistiham
@nutboltu
Hello Maintainers,
I'd like to translate the below pages.
=> "Tutorial: Tic-Tac-Toe" assigned to @indranildeveloper ,
=> "Using Typescript" not available in this issue,
=> "Your First Component" assigned to @ahnafyy,
=> "Javascript in JSX with Curly Braces" assigned to @nazmulweb ,
=> "Passing Props to a Component" assigned to @azmainadel,
=> "Conditional Rendering" assigned to @RazuAhmad