-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
Hey! i'm translating "Thinking in React" |
Hey 👋 I'm translating "Quick start" :) |
Hey 😀 I'm translating "Start a New React Project" |
Hey! 👋🏼 |
@Th3Wall the page seems to have already been taken by @SamuelePiazzesi |
Oops, sorry @SamuelePiazzesi |
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! |
@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. |
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" |
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 |
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 😃 |
Hello :) I'm taking |
Hello :) |
i want to take |
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 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? |
Sure! Thanks 🙂 |
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, me too Unfortunately Il giorno 27 feb 2024, alle ore 09:51, Mattia Sanfilippo ***@***.***> ha scritto:
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!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi there, can I take "API Reference > react: Components" |
Hi, I'd like to work on Scaling Up with Reducer and Context |
Maintainer List
For New Translators
To translate a page:
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
Quick Start (@mattia-sanfilippo) Translate "Quick Start" page #423
Installation (@Th3Wall) Translated "Installation" page & "In this chapter" block's label #422
Describing the UI (@Ago95Dev) Translated Describing the UI #427
Adding Interactivity (@oxcened) Translate: Adding Interactivity #434
Managing State (@webdiego) Translate managing-state #450
Escape Hatches
API Reference
react
: Hooks (@fmineo) Reference/index translated #455useCallback
useContext
useDebugValue
useDeferredValue
useEffect
useId
useImperativeHandle
useInsertionEffect
useLayoutEffect
useMemo
useReducer
useRef
useState
useSyncExternalStore
useTransition
react
: Components<Fragment> (<>)
<Profiler>
<StrictMode>
<Suspense>
react
: APIscreateContext
forwardRef
lazy
memo
startTransition
react-dom
: Components<div>
)<input>
<option>
<progress>
<select>
<textarea>
react-dom
: APIscreatePortal
flushSync
findDOMNode
hydrate
render
unmountComponentAtNode
react-dom/client
: Client APIscreateRoot
hydrateRoot
react-dom/server
: Server APIsrenderToNodeStream
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.
HomeContent.js
) (@deblasis) Traduzione nuova HomePage #417src/sidebar*.json
)TopNav.tsx
)When You're Ready...
After everything above is translated, add your language to
deployedLanguages
inSeo.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:
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:
The text was updated successfully, but these errors were encountered: