hi.react.dev icon indicating copy to clipboard operation
hi.react.dev copied to clipboard

New Hindi Translation Progress

Open arshadkazmi42 opened this issue 3 years ago • 195 comments
trafficstars

ReactJs - Hindi Documentation - New Site

Maintainer List

  • @saranshkataria
  • @arshadkazmi42

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 find that you can't commit any more, let the maintainers know so they can assign the page to someone else

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

  • [x] Quick Start (@vishnupprajapat ) #327

    • [ ] Tutorial: Tic Tac Toe (@PainKiller5000MG )
    • [x] Thinking in React (@USKhokhar ) #239
  • [x] Installation (@khizarq313 ) #243

    • [ ] Creating a React App
    • [x] Start a New React Project (@Vipul1432 ) #320
    • [x] Add React to an Existing Project (@MayankPrasher ) #297
    • [x] Editor Setup (@Subramanyarao11 ) #246
    • [x] Using TypeScript (@sohail-313 ) #266
    • [x] React Developer Tools (@Anishpras ) #174
  • [ ] Describing the UI

    • [x] Your First Component (@Akshit1025 ) #204
    • [ ] Importing and Exporting Components (@PriyaAgrawalPromact )
    • [x] Writing Markup with JSX (@Anku5hk ) #198
    • [x] JavaScript in JSX with Curly Braces (@lucifertrj ) #175
    • [x] Passing Props to a Component (@aayush301 ) #334
    • [x] Conditional Rendering (@sanchit36 ) #176 #177
    • [x] Rendering Lists (@vishnupprajapat ) #321
    • [ ] Keeping Components Pure
  • [ ] Adding Interactivity

    • [x] Responding to Events (@tushgaurav ) #311
    • [x] State: A Component's Memory (@MayurSMahajan ) #209
    • [x] Render and Commit (@Rohan-Makwana ) #179
    • [x] State as a Snapshot (@PriyankaBelhekar77 ) #236
    • [ ] Queueing a Series of State Updates
    • [x] Updating Objects in State (@Akshat2Jain ) #211
    • [x] Updating Arrays in State (@aayush301 ) #328
  • [ ] Managing State

    • [ ] Reacting to Input with State
    • [x] Choosing the State Structure (@BrijenMakwana ) #221
    • [x] Sharing State Between Components (@BryanRonad ) #212
    • [ ] Preserving and Resetting State
    • [x] Extracting State Logic into a Reducer (@GyanPrakashRaj ) #245
    • [x] Passing Data Deeply with Context (@aayush301 ) #337
    • [ ] Scaling Up with Reducer and Context
  • [ ] Escape Hatches

    • [x] Referencing Values with Refs (@khizarq313 ) #229
    • [x] Manipulating the DOM with Refs (@MadDevMax ) #318
    • [ ] Synchronizing with Effects (@MadDevMax )
    • [ ] You Might Not Need an Effect
    • [ ] Lifecycle of Reactive Effects
    • [ ] Separating Events from Effects
    • [ ] Removing Effect Dependencies
    • [ ] Reusing Logic with Custom Hooks

API Reference

  • [ ] react: Hooks

    • [ ] useCallback
    • [ ] useContext
    • [ ] useDebugValue
    • [ ] useDeferredValue
    • [ ] useEffect
    • [ ] useId
    • [ ] useImperativeHandle
    • [ ] useInsertionEffect
    • [ ] useLayoutEffect
    • [ ] useMemo
    • [ ] useReducer
    • [ ] useRef
    • [ ] useState (@tushgaurav )
    • [ ] useSyncExternalStore
    • [ ] useTransition
  • [ ] react: Components

    • [ ] <Fragment> (<>)
    • [ ] <Profiler>
    • [ ] <StrictMode>
    • [ ] <Suspense>
  • [ ] react: APIs

    • [ ] createContext
    • [ ] forwardRef
    • [ ] lazy
    • [ ] memo
    • [ ] startTransition
  • [ ] react-dom: Components

    • [ ] Common (e.g. <div>)
    • [ ] <input>
    • [ ] <option>
    • [ ] <progress>
    • [ ] <select>
    • [ ] <textarea>
  • [ ] react-dom: APIs

    • [ ] createPortal
    • [ ] flushSync
    • [ ] findDOMNode
    • [ ] hydrate
    • [ ] render
    • [ ] unmountComponentAtNode
  • [ ] react-dom/client: Client APIs

    • [ ] createRoot
    • [ ] hydrateRoot
  • [ ] react-dom/server: Server APIs

    • [ ] renderToNodeStream
    • [ ] renderToPipeableStream
    • [ ] renderToReadableStream
    • [ ] renderToStaticMarkup
    • [ ] renderToStaticNodeStream
    • [ ] renderToString

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

arshadkazmi42 avatar Dec 01 '21 08:12 arshadkazmi42

Hi @arshadkazmi42 can I do translations for the blog and community pages ?

NegiAkash890 avatar Dec 07 '21 13:12 NegiAkash890

@NegiAkash890 We are yet to update this issue with all details. But you can go ahead start. Just FYI, we are starting with transaction of pages in beta folder.

arshadkazmi42 avatar Dec 07 '21 13:12 arshadkazmi42

@NegiAkash890 please select pages from the live above which have a :white_check_mark: added to it.

arshadkazmi42 avatar Dec 07 '21 13:12 arshadkazmi42

@NegiAkash890 please select pages from the live above which have a ✅ added to it.

Ok. I will start with translation.

NegiAkash890 avatar Dec 08 '21 03:12 NegiAkash890

can you please assign me Thinking in React page

kumard3 avatar Jan 02 '22 17:01 kumard3

can you please assign me Thinking in React page

Go ahead. I have assigned the page to you

arshadkazmi42 avatar Jan 03 '22 04:01 arshadkazmi42

Hi @arshadkazmi42 I am almost done with translation for the Start a new React Project page translation can I work on the Your First Component page side by side?

NegiAkash890 avatar Jan 06 '22 12:01 NegiAkash890

@NegiAkash890 Lets get one page merge then we can move to next pages. We don't want alot of pending PRs. :)

You can pick up a new page, once current page is merged.

arshadkazmi42 avatar Jan 06 '22 12:01 arshadkazmi42

Can you please assign Form page or Create A New React App to me? As you mentioned I will open a pull request after a current page is merged

lucifertrj avatar Jan 06 '22 18:01 lucifertrj

Hi @lucifertrj

We are only translating the page in the issues list. Can you pick one page from the list above.

arshadkazmi42 avatar Jan 07 '22 04:01 arshadkazmi42

Hello @arshadkazmi42 Can you assign me Javascript in JSX with Curly Braces page

lucifertrj avatar Jan 08 '22 04:01 lucifertrj

Pages assigned. go ahead

arshadkazmi42 avatar Jan 08 '22 04:01 arshadkazmi42

@arshadkazmi42 Can you assign me the react developers tool page?

Anishpras avatar Jan 08 '22 11:01 Anishpras

Page assigned

arshadkazmi42 avatar Jan 08 '22 11:01 arshadkazmi42

Page assigned

Thank you.

Anishpras avatar Jan 08 '22 11:01 Anishpras

@arshadkazmi42 Can you assign me the editor setup page?

Anishpras avatar Jan 09 '22 12:01 Anishpras

@Anishpras Page assigned.

arshadkazmi42 avatar Jan 09 '22 15:01 arshadkazmi42

I have completed the translation of the JavaScript In JSX Curly Bracket page. Can you assign me the Rendering Lists Page? @arshadkazmi42

lucifertrj avatar Jan 11 '22 13:01 lucifertrj

Hi @lucifertrj Lets first get your open PR reviewed and closed. Then you can take up a new page.

arshadkazmi42 avatar Jan 11 '22 14:01 arshadkazmi42

Hey @arshadkazmi42 can i work on Conditional Rendering page.

sanchit36 avatar Jan 14 '22 17:01 sanchit36

Hey @arshadkazmi42 can i work on Conditional Rendering page.

@sanchit36 Go ahead. I have assigned the page to you

arshadkazmi42 avatar Jan 15 '22 05:01 arshadkazmi42

Hey @arshadkazmi42, I want to translate Render and Commit Page, and I have already completed translating till step 2. Apologies for asking late but can you assign me this page?

Rohan-Makwana avatar Jan 22 '22 12:01 Rohan-Makwana

@Rohan-Makwana Sure go ahead. I have assigned you the page.

arshadkazmi42 avatar Jan 22 '22 13:01 arshadkazmi42

Thank you @arshadkazmi42 , I have translated the Render and Commit page , awaiting review. #179

Rohan-Makwana avatar Jan 22 '22 15:01 Rohan-Makwana

Thank you @arshadkazmi42 , I have translated the Render and Commit page , awaiting review. #179

cool. i will get to it ASAP

arshadkazmi42 avatar Jan 22 '22 15:01 arshadkazmi42

hey @arshadkazmi42 please assign me the page named: Your First Component

I have started the work on it

Akshit1025 avatar Feb 03 '22 08:02 Akshit1025

@Akshit1025 Page assigned.

arshadkazmi42 avatar Feb 03 '22 11:02 arshadkazmi42

@Akshit1025 Page assigned.

ok thanks

Akshit1025 avatar Feb 03 '22 17:02 Akshit1025

Hey @arshadkazmi42, can you assign me Rendering Lists page?

I will keep in mind the silly mistakes I did while editing #175

lucifertrj avatar Feb 18 '22 08:02 lucifertrj

Hey @arshadkazmi42, can you assign me Rendering Lists page?

I will keep in mind the silly mistakes I did while editing #175

@lucifertrj Page assigned

arshadkazmi42 avatar Feb 18 '22 12:02 arshadkazmi42