-
Notifications
You must be signed in to change notification settings - Fork 52
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 Polish Translation Progress #287
Comments
I will take Conditional rendering |
@lukbar48 do you do something with |
@jakubdrozdek I can take |
no, take it |
Hi folks, Just a heads-up that we've done our best to bring
Thank you so much for your cooperation! |
Hey @gaearon , I'll take a look at this soon and try to update our translations for the new docs. Thanks for resolving all conflicts. I saw how big and complex they were. I'm glad you did this for us 😅 |
Ah this wasn't me, that's all @rickhanlonii's doing :) |
I've updated this issue's TODO list to the current template. |
Hey, I could pick up the "Start a New React Project" |
Hi @jakubdrozdek, I would like to contribute a bit. I can start with |
PR for |
I would like to translate "Start a New React Project" section. |
I would like to take "Rendering Lists" from "Describing the UI". |
I would like to translate "Add React to an Existing Project" page. |
@jakubdrozdek, I would like to. take now Keeping Components Pure . Two PRs already wait for for next comments or approval ;) |
I would like to take Render and Commit page - need something light now ;) |
Can I pick up Add react to an existing project page? |
@wizarddos I was doing that. It has been pushed already. |
@tomaszwysocki Oh, all right |
I would like to Adding Interactivity now. |
PR for Adding Interactivity is ready under #478. Moreover, I see Add React to an Existing Project is already translated by @tomaszwysocki but not marked as done in the checklist. @jakubdrozdek, could you update it? ;) |
Hi. I would like to translate Tutorial: Tic Tac Toe page. I hope that I will handle it. :-) |
Can I take Responding to Events or State: A Component's Memory ? |
@JohnyKam and @wizarddos, welcome aboard! Good to see we have more contributors! 😄 Basically, you can take whatever is not taken yet. Posting here what you want to translate is enough. @JohnyKam, I would recommend to start with some shorter page. Tutorial: Tic Tac Toe is quite big page to start with. By the way, @jakubdrozdek, I have recently changed my nickname from @dawidowski to @dawidsabat. Could I ask you to change it as well in the starting post above? I would love to do it myself but you are the author of this post |
True, Tutorial: Tic Tac Toe is quite big. Can I start with Sharing State Between Components? Then, if necessary, I will move on to Tutorial: Tic Tac Toe :-). |
@JohnyKam, go for it! 😀 |
I would like to translate State as a Snapshot now. @jakubdrozdek, @wizarddos - PR #490 for Preserving and Resetting State is ready for the review. I would love to hear your feedback 😉 |
New Site Translation Progress
Maintainer List
Retired maintainers
Preview
https://pl.react.dev/
Original issue
This issue was based on: reactjs/react.dev#4135
How to translate
If you want to help with translation, please leave a comment in this issue and write the name of the page you would like to translate. One of the repo maintainers will add your GitHub nickname next to the page to "make a reservation".
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 (@jakubdrozdek) Translate Quick start page #335
Installation
Describing the UI (@jakubdrozdek) Translate Describing the UI page #340
Adding Interactivity (@dawidsabat) Translate Learn / Adding interactivity #478
Managing State
Escape Hatches
API Reference
react
: HooksuseCallback
(@dawidsabat) Translation of useCallback reference #423useContext
useDebugValue
useDeferredValue
useEffect
(@dawidsabat) useEffect reference #431useId
useImperativeHandle
useInsertionEffect
useLayoutEffect
useMemo
useReducer
useRef
useState
(@jakubdrozdek) Translate useState hook API #341useSyncExternalStore
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
)src/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: