reactjs/it.react.dev

New Italian Translation Progress

Opened this issue Β· 47 comments

Maintainer List

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:

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

API Reference

  • react: Hooks (@fmineo) #455

    • useCallback
    • useContext
    • useDebugValue
    • useDeferredValue
    • useEffect
    • useId
    • useImperativeHandle
    • useInsertionEffect
    • useLayoutEffect
    • useMemo
    • useReducer
    • useRef
    • useState
    • 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) (@deblasis) #417
  • 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

Hey! i'm translating "Thinking in React"

Hey πŸ‘‹ I'm translating "Quick start" :)

Hey πŸ˜€ I'm translating "Start a New React Project"

Hey! πŸ‘‹πŸΌ
I'm translating "Thinking in React"!

Hey! i'm translating "Thinking in React"

@Th3Wall the page seems to have already been taken by @SamuelePiazzesi

Hey! i'm translating "Thinking in React"

@Th3Wall the page seems to have already been taken by @SamuelePiazzesi

Oops, sorry @SamuelePiazzesi
I'm going to start from "Installation" page then. Thanks @webdiego πŸ˜ƒ

Hello :) I'm translating "Your First Component"

@deblasis Is the current maintainer list up-to-date? If not, would you mind updating it in https://github.com/reactjs/translations.react.dev and removing any inactive members? Thank you!

@deblasis Is the current maintainer list up-to-date? If not, would you mind updating it in https://github.com/reactjs/translations.react.dev and removing any inactive members? Thank you!

@gaearon I have updated the maintainers list on https://github.com/reactjs/translations.react.dev and also this issue above to reflect the changes.

Hey! I have a PR already approved for the "Installation" page.
I would now pick "Add React to an Existing Project" page πŸ˜„

Taking "Importing and Exporting Components" now :)

Hi! I'm translating "Writing Markup with JSX"

hey! it's me again. i can take the JavaScript in JSX with Curly Braces content :D

Hey πŸ‘‹ I'm translating "Tutorial: Tic Tac Toe" :)

Hi! I'm translating "Describing the UI"

Hey! I'm now translating "Passing Props to a Component" πŸ™‚

Hello! I can proceed to translate Rendering Lists content :)

Hey there! I can start with "Conditional Rendering" πŸ˜ƒ

Hi! I'm translating "Keeping Components Pure"

Hi there! I'm taking State: A Component's Memory πŸ˜ƒ

EDIT:
Actually my bad, didn't notice Adding Interactivity needs translation too. I'm taking that instead. πŸ™‚

Hi translators! πŸ˜„
While I wait for the reviews, I'm taking "Responding to Events"

Picking up State: A Component's Memory now πŸ™‚

Hi guys! I'm translating "Render and Commit"

Hello! I'm translating "State as a Snapshot" :)

I'm going for Updating Objects in State

Hello everyone πŸ‘‹πŸΌ I would like to contribute by translating the "Updating Arrays in State" 's part

Hi there! I would like to contribute by translating Reacting to Input with State

Hello! I will go for the Choosing the State Structure

Hi everyone πŸ‘‹πŸΌ I'm taking Sharing State Between Components.

Hello! I'm taking Preserving and Resetting State.

Hello once again! I'm taking "Extracting State Logic into a Reducer"

Hello! I'm taking "Managing State"

I'm going for Passing Data Deeply with Context πŸ˜ƒ

fmineo commented

Hello :) I'm taking API Reference -> Hooks ✌🏻

Hello :)
I would like to help you with the translation!

i want to take
Passing Data Deeply with Context

fmineo commented

i want to take Passing Data Deeply with Context

Hi, @albim360 this content was already taken by @oxcened with this comment.

Please take another one.

Hi guys, sorry for the "latitanza", lots going on, I'll update the repo with main, the translation progress with the corresponding owners and the PRs overall later tonight.

Thanks for your patience and for the nudge πŸ™

is Removing Effect Dependencies avaiable?

all yours @albim360 !

Hi guys, I'm translating Queueing a Series of State Updates

Can I translate You Might Not Need an Effect?

Can I translate You Might Not Need an Effect?

Sure! Thanks πŸ™‚

Hi there! I would like to contribute by translating Reacting to Input with State

Hey guys, I can't translate this anymore, so could you remove me from the list? So someone else can translate it

Hi there! I would like to contribute by translating Reacting to Input with State

Hey guys, I can't translate this anymore, so could you remove me from the list? So someone else can translate it

@GiuliaBortone sure, thanks for letting us know!

Hi there, can I take "API Reference > react: Components"