Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Italian Translation Progress #418

Open
gaearon opened this issue Apr 25, 2023 · 47 comments
Open

New Italian Translation Progress #418

gaearon opened this issue Apr 25, 2023 · 47 comments

Comments

@gaearon
Copy link
Member

gaearon commented Apr 25, 2023

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) Reference/index translated #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.

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
@SamuelePiazzesi
Copy link
Contributor

SamuelePiazzesi commented Apr 25, 2023

Hey! i'm translating "Thinking in React"

@mattia-sanfilippo
Copy link
Collaborator

Hey 👋 I'm translating "Quick start" :)

@webdiego
Copy link
Contributor

Hey 😀 I'm translating "Start a New React Project"

@Th3Wall
Copy link
Contributor

Th3Wall commented Apr 25, 2023

Hey! 👋🏼
I'm translating "Thinking in React"!

@webdiego
Copy link
Contributor

webdiego commented Apr 25, 2023

Hey! i'm translating "Thinking in React"

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

@Th3Wall
Copy link
Contributor

Th3Wall commented Apr 25, 2023

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 😃

@eliamaino-fp
Copy link
Contributor

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

@gaearon
Copy link
Member Author

gaearon commented Apr 25, 2023

@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
Copy link
Collaborator

@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.

@Th3Wall
Copy link
Contributor

Th3Wall commented Apr 26, 2023

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

@eliamaino-fp
Copy link
Contributor

Taking "Importing and Exporting Components" now :)

@Ago95Dev
Copy link
Contributor

Ago95Dev commented Apr 26, 2023

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

@SamuelePiazzesi
Copy link
Contributor

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

@mattia-sanfilippo
Copy link
Collaborator

Hey 👋 I'm translating "Tutorial: Tic Tac Toe" :)

@Ago95Dev
Copy link
Contributor

Hi! I'm translating "Describing the UI"

@Th3Wall
Copy link
Contributor

Th3Wall commented Apr 27, 2023

Hey! I'm now translating "Passing Props to a Component" 🙂

@SamuelePiazzesi
Copy link
Contributor

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

@Th3Wall
Copy link
Contributor

Th3Wall commented Apr 28, 2023

Hey there! I can start with "Conditional Rendering" 😃

@Ago95Dev
Copy link
Contributor

Hi! I'm translating "Keeping Components Pure"

@oxcened
Copy link
Contributor

oxcened commented May 9, 2023

I'm going for Updating Objects in State

@paolapog
Copy link
Contributor

paolapog commented May 25, 2023

Hello everyone 👋🏼 I would like to contribute by translating the "Updating Arrays in State" 's part

@GiuliaBortone
Copy link

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

@SamuelePiazzesi
Copy link
Contributor

Hello! I will go for the Choosing the State Structure

@DavideBruner
Copy link

Hi everyone 👋🏼 I'm taking Sharing State Between Components.

@Shero08
Copy link

Shero08 commented May 29, 2023

Hello! I'm taking Preserving and Resetting State.

@paolapog
Copy link
Contributor

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

@webdiego
Copy link
Contributor

webdiego commented Jun 2, 2023

Hello! I'm taking "Managing State"

@oxcened
Copy link
Contributor

oxcened commented Jun 5, 2023

I'm going for Passing Data Deeply with Context 😃

@fmineo
Copy link
Contributor

fmineo commented Jul 20, 2023

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

@albim360
Copy link

albim360 commented Sep 6, 2023

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

@albim360
Copy link

albim360 commented Sep 6, 2023

i want to take
Passing Data Deeply with Context

@fmineo
Copy link
Contributor

fmineo commented Sep 6, 2023

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.

@deblasis
Copy link
Collaborator

deblasis commented Sep 6, 2023

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 🙏

@albim360
Copy link

albim360 commented Sep 6, 2023

is Removing Effect Dependencies avaiable?

@deblasis
Copy link
Collaborator

deblasis commented Sep 6, 2023

all yours @albim360 !

@Ago95Dev
Copy link
Contributor

Ago95Dev commented Sep 17, 2023

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

@mattveraldi
Copy link
Contributor

Can I translate You Might Not Need an Effect?

@mattia-sanfilippo
Copy link
Collaborator

Can I translate You Might Not Need an Effect?

Sure! Thanks 🙂

@GiuliaBortone
Copy link

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

@mattia-sanfilippo
Copy link
Collaborator

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!

@albim360
Copy link

albim360 commented Feb 27, 2024 via email

@BeyramTaglietti
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests