reactjs / reactjs/bn.react.dev

Bengali Translation Progress

オープン
#1 コメント 81 件 リアクション 10 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
JavaScript
スター
113
フォーク
66
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

チェックリストから未チェックのページを1つ選び、まずコメントで未着手であることを確認してください。用語集とスタイルガイドを読み、その後、対応するソースページに従ってください。ナビゲーション関連の作業は HomeContent.js、src/sidebar*.json、TopNav.tsx にあります。Bengali の翻訳を pull request で提出し、チェックリストの項目を更新すれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript, react, typescript
領域
content, documentation, localization
issue の種類
ドキュメント
難易度
5/5
見積もり時間
1週間以上
活発さ
静か
明瞭さ
説明が足りない
初心者へのやさしさ
32/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。