reactjs / reactjs/bn.react.dev

Bengali Translation Progress

Abierto
#1 81 comentarios 10 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Lenguaje dominante
JavaScript
Estrellas
113
Forks
66
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

For New Translators

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Please take only one page at a time.
  3. 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, @nafistiham) #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
  • 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) #160
    • You Might Not Need an Effect (@nasirmasud)
    • Lifecycle of Reactive Effects ( @shomriddho )
    • Separating Events from Effects ( @perashanid )
    • Removing Effect Dependencies ( @perashanid )
    • Reusing Logic with Custom Hooks ( @perashanid )
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 (@habibium) #204
    • 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>
  • 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 (@habibium) #195
    • 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:

  • @moshfiqrony
  • @ahmmedabir9
  • @nazir021
  • @nomandhoni-cs
  • @shakib609
  • @ahnafyy
  • @nafistiham
  • @nutboltu
  • @habibium

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.

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Línea de trabajo

Elige una página sin marcar de la lista de comprobación y confirma primero en los comentarios que nadie se ha asignado esa página. Lee el glosario y la guía de estilo, y sigue después la página fuente correspondiente; el trabajo de navegación está en HomeContent.js, src/sidebar*.json y TopNav.tsx. Se considera terminado cuando se envía una traducción al Bengali en un pull request y se actualiza la entrada de la lista de comprobación.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
javascript, react, typescript
Área
content, documentation, localization
Tipo de issue
Documentación
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Tranquilo
Claridad
Necesita aclaración
Aptitud para principiantes
32/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.