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

New Azerbaijani Translation Progress

Open gaearon opened this issue 2 years ago • 29 comments

Maintainer List

  • @GasimGasimzada
  • @azizaismayilova

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:

  • [ ] Quick Start (@tesseralis) #12345

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 (@vugartaghiyev)

    • [ ] Tutorial: Tic Tac Toe (@azizaismayilova)
    • [ ] Thinking in React (@GasimGasimzada)
  • [ ] Installation (@nasirmovlamov)

    • [ ] Start a New React Project (@nasirmovlamov)
    • [ ] Add React to an Existing Project
    • [ ] Editor Setup
    • [ ] React Developer Tools
  • [ ] Describing the UI

    • [ ] Your First Component
    • [ ] Importing and Exporting Components
    • [ ] Writing Markup with JSX
    • [ ] JavaScript in JSX with Curly Braces
    • [ ] Passing Props to a Component
    • [ ] Conditional Rendering
    • [ ] Rendering Lists
    • [ ] Keeping Components Pure
  • [ ] Adding Interactivity

    • [ ] Responding to Events
    • [ ] State: A Component's Memory
    • [ ] Render and Commit
    • [ ] State as a Snapshot
    • [ ] Queueing a Series of State Updates
    • [ ] Updating Objects in State
    • [ ] Updating Arrays in State
  • [ ] Managing State

    • [ ] Reacting to Input with State
    • [ ] Choosing the State Structure
    • [ ] Sharing State Between Components
    • [ ] Preserving and Resetting State
    • [ ] Extracting State Logic into a Reducer
    • [ ] Passing Data Deeply with Context
    • [ ] Scaling Up with Reducer and Context
  • [ ] Escape Hatches

    • [ ] Referencing Values with Refs
    • [ ] Manipulating the DOM with Refs
    • [ ] Synchronizing with Effects
    • [ ] 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
    • [ ] 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) (@nasirmovlamov )
  • [ ] Sidebars (currently in src/sidebar*.json) (@nasirmovlamov )
  • [ ] Top-level navigation (currently in TopNav.tsx) (@nasirmovlamov )

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

gaearon avatar Apr 25 '23 00:04 gaearon

I have taken Learn React

nasirmovlamov avatar Apr 25 '23 09:04 nasirmovlamov

@GasimGasimzada @azizaismayilova

Could you please confirm whether you would be able to maintain and steer this translation effort? If not, please send a PR to remove yourself from https://github.com/reactjs/translations.react.dev/blob/main/langs/az.json — then we'd need to find new maintainers before proceeding. Thank you!

gaearon avatar Apr 25 '23 15:04 gaearon

@gaearon In case of not getting info from them, i would like to participate during translation as a maintainer.

nasirmovlamov avatar Apr 25 '23 16:04 nasirmovlamov

Sounds good — let’s give them some time to respond. Thanks!

gaearon avatar Apr 25 '23 16:04 gaearon

Hi @gaearon, I can spend time on maintaining the repo and helping with translations; however, at a limited capacity in comparison to the first time I did the translations.

GasimGasimzada avatar Apr 25 '23 17:04 GasimGasimzada

Hi again, @gaearon. I am trying to form a team of contributors to help with the translation. Can you please tell me how to add new people as contributors? I will add them in the repo myself (I think I still have admin rights) but not sure if any other place needs to be updated. @nasirmovlamov and @wamujlb are currently two people who are interested. I am also in contact with others.

GasimGasimzada avatar Apr 26 '23 11:04 GasimGasimzada

Hi @gaearon! I will work on this translation as well. Also, I am happy to review/edit others pr to help them with proofreading.

azizaismayilova avatar Apr 26 '23 11:04 azizaismayilova

@GasimGasimzada Please send a PR to edit https://github.com/reactjs/translations.react.dev/blob/main/langs/az.json. I will fix it so that it gets synced later today.

gaearon avatar Apr 26 '23 15:04 gaearon

Hi, I also want to help with the translation.

vugartaghiyev avatar Apr 26 '23 18:04 vugartaghiyev

I have taken Homepage and TopNav, I made pr for them, but I will fix based on our previous dictionary and commit again with fixes. fyi @GasimGasimzada @azizaismayilova

nasirmovlamov avatar Apr 26 '23 22:04 nasirmovlamov

I have taken Sidebars

nasirmovlamov avatar Apr 28 '23 08:04 nasirmovlamov

Hi @nasirmovlamov ! Could you please start translating content in recommended order? As it is mentioned above Navigation and UI content will need some invasive changes.

azizaismayilova avatar Apr 28 '23 09:04 azizaismayilova

Hi @vugartaghiyev ! Can you please select the content that you want to work one (preferably in recommended section) and comment it here? İ will add your name to the selected content until @GasimGasimzada will add all of you to the maintainer list.

azizaismayilova avatar Apr 28 '23 09:04 azizaismayilova

Hi @azizaismayilova, I will take Quick Start Is that ok?

vugartaghiyev avatar Apr 28 '23 10:04 vugartaghiyev

@vugartaghiyev Yes, sure! I will add your name then.

azizaismayilova avatar Apr 28 '23 10:04 azizaismayilova

@vugartaghiyev @nasirmovlamov @wamujlb please join the Discord to discuss some specific translation topics: https://discord.gg/9ugVdPuf

GasimGasimzada avatar Apr 29 '23 12:04 GasimGasimzada

Can you please tell me how to add new people as contributors? I will add them in the repo myself (I think I still have admin rights) but not sure if any other place needs to be updated.

I’ve changed how this works yesterday — basically just add people in Settings as admins to the repo.

gaearon avatar Apr 29 '23 13:04 gaearon

awesome will do thank!

GasimGasimzada avatar Apr 29 '23 14:04 GasimGasimzada

I have taken Installation fyi

nasirmovlamov avatar May 01 '23 08:05 nasirmovlamov

Okay, I added your name near Installation and gave you write access.

GasimGasimzada avatar May 01 '23 10:05 GasimGasimzada

Hello, please check new pr Installation and i want to take Start a New React Project

nasirmovlamov avatar May 10 '23 07:05 nasirmovlamov

@nasirmovlamov You can pick it up while we review it in parallel. For the future, when you want to pick up a new page, edit the issue and tag your username next to the page name.

GasimGasimzada avatar May 10 '23 23:05 GasimGasimzada

Sure 👍

nasirmovlamov avatar May 11 '23 05:05 nasirmovlamov

Hey! I would like to take Describing the UI

Vug6r avatar Aug 02 '23 15:08 Vug6r

Sure go ahead @Vug6r

nasirmovlamov avatar Aug 03 '23 07:08 nasirmovlamov

hello! quick start seems taken but hasn't been translated yet, so, i'd like to take it ^^

exrem avatar Mar 04 '24 19:03 exrem

I do not see any progress on translation. Is this thread dead?

rarblack avatar Jun 26 '24 22:06 rarblack

@gaearon if this thread still valid can you add me to the maintainer list. The progress here is going less than slow.

rarblack avatar Jun 27 '24 11:06 rarblack

@rarblack added you to maintainers list. Let me know which page you want to pick up.

GasimGasimzada avatar Jul 04 '24 17:07 GasimGasimzada