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

[OLD] Legacy Italian Translation Progress #1

Closed
tesseralis opened this issue Feb 13, 2019 · 62 comments
Closed

[OLD] Legacy Italian Translation Progress #1

tesseralis opened this issue Feb 13, 2019 · 62 comments

Comments

@tesseralis
Copy link
Member

tesseralis commented Feb 13, 2019

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 any more, let the maintainers know so they can assign the page to someone else.

Beta website (https://beta.reactjs.org/)

We are now focusing our translation efforts on the new Beta website.

The new docs aren't fully written yet, and some parts will definitely change. However, a lot of the pages are already "stable". We suggest to use this checklist for the beginning. ✅ means "ok to translate", 🔴 means "don't translate yet".

  • ✅ Installation (note: a lot of content here is similar to old website) (@deblasis) Beta website part I #374
  • 🔴 Quick Start (don't translate the index page yet, it will change)
    • ✅ Thinking in React
  • 🔴 Describing the UI (don't translate the index page yet, it might change)
    • ✅ 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 (don't translate the index page yet, it might change)
    • ✅ 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 (don't translate the index page yet, it might change)
    • ✅ 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 (not written yet)
    • ✅ Referencing Values with Refs
    • ✅ Manipulating the DOM with Refs

Legacy website

Emojis:

Emoji Description
Translated in legacy website
Stale (no need to translate anymore)

Core Pages

To do before releasing as an "official" translation. Please translate these pages first.

Basics

API Reference

Navigation

These are the navigation links that appear in the sidebar. Possibly wait until
the corresponding sections are translated to do these.

Next Steps

These are the next most important translations, ordered by importance:

Installation

Hooks

Everyone is hooked on hooks! People are really excited for these and it would be great for them to be translated.

Warnings

These are the pages that you get when you click the links in the console (e.g. https://reactjs.org/warnings/dont-call-proptypes.html). People tend to search these, so please don't translate the error message itself.

Advanced Guides

FAQ

Contributing

Priority: Low

Components

Components in src/components that have some text in them.

Additional Translations

These are not the primary translation targets.

@deblasis
Copy link
Collaborator

Fantastic! Thanks @tesseralis !

Actually, I already have Homepage ready for review and around 40% of the tutorial.
These have been done forking the base project in an effort to teach React to some folks during a meetup, showing them how to setup the environment and by let them follow the tutorial of course... while translating it 😄

I'll update the issue later.

@LucaBlackDragon, please pick something else so that we don't do things twice! 👍 Obviously, I'll ask you to review.

Ciaoo!

@tesseralis
Copy link
Member Author

Great! @deblasis once you accept the invitation to join the reactjs organization, you should be able to edit the issue itself. Do something like:

[ ] Home Page (@deblasis) #2

This way people can keep track!

@LucaBlackDragon
Copy link
Collaborator

@tesseralis thank you!
@deblasis I updated this issue assigning Homepage and Tutorial to you and picked Hello World for starters. Buona serata e buon lavoro!

@LucaBlackDragon LucaBlackDragon pinned this issue Feb 13, 2019
@LucaBlackDragon
Copy link
Collaborator

I have also opened and pinned two issues for the Style Guide and Glossary, should we need it

@deblasis
Copy link
Collaborator

Great! I can see some very good progress here already.

I have updated the issue adding work items tracking emojis (not super useful now that it's just the two of us but I reckon it will help loads when we will have many contributors 😄 hopefully!)

@deblasis
Copy link
Collaborator

I have created a new PR (#8), also removed the tracking emojis just because... better to use tags. I will copy a few of the tags used by our Brazilian friends and let's see how that goes! 😉

@medenagan
Copy link

Hey! Can I join? I'd like to help translate a page too.

@deblasis
Copy link
Collaborator

Hi @medenagan ! Of course! Feel free to pick a page from the list and follow the instructions, shout if you need help with anything.

@deblasis
Copy link
Collaborator

Added CircleCI webhook

@medenagan
Copy link

@deblasis @LucaBlackDragon cool! Is it okay if I pick API Reference > React? I don't have any preference 😄

@LucaBlackDragon
Copy link
Collaborator

Ok I'll assign that page to you! Just be sure to read the style guide and glossary before beginning to translate (and feel free to contribute to those too)

@deblasis
Copy link
Collaborator

Hi guys! I think we need to attract more people, we need help! I was thinking about creating issues with the flags "help wanted" and "good first issue" for all the open/unassigned tasks in the progress issue.

I know that there are a lot of people that search for those tags in order to find projects to contribute on.

Then I thought... I can automate this thing and maybe other teams could find this script useful! So... I am gonna run it then I'm gonna shout about it and let's see what happens :D perhaps you guys could do the same!

@hawz
Copy link
Contributor

hawz commented Sep 3, 2019

Ciao! Can I start working on Hooks -> Rules of Hooks #47 ?

@LucaBlackDragon
Copy link
Collaborator

LucaBlackDragon commented Sep 3, 2019 via email

@hawz
Copy link
Contributor

hawz commented Sep 16, 2019

Hi, can I take Hooks -> Building Your Own Hooks #48? Also, #47 should be already done and merged into master, so the issue is outdated. Thank you!

@deblasis
Copy link
Collaborator

Ciao @hawz ! Sure, all yours.
I have updated the issues accordingly.
👍

@acifani
Copy link

acifani commented Oct 4, 2019

Hey everyone, I can take #49 and #50 if they're still available

@LucaBlackDragon
Copy link
Collaborator

Hi @acifani, sure!
I've update the issue

@carmensantoro
Copy link
Contributor

Hi! Can I take Fragments #63? I have already translated it

@DennisBoanini
Copy link
Contributor

DennisBoanini commented Oct 31, 2020

Ciao! Can I start working on #65 ? @deblasis @LucaBlackDragon @lssmn

Is still open this project?

@DennisBoanini
Copy link
Contributor

Ciao! Can I start working on #58 ? @deblasis @LucaBlackDragon @lssmn

@DennisBoanini
Copy link
Contributor

DennisBoanini commented Nov 13, 2020

Ciao! Can I start working on #59 ? @deblasis @LucaBlackDragon @lssmn

@vikysingh
Copy link

vikysingh commented Dec 8, 2020

Ciao! Can I work on #60 ? I have already translated it @deblasis @LucaBlackDragon @lssmn

@DennisBoanini
Copy link
Contributor

Ciao! Can I start working on #61 ? @deblasis @LucaBlackDragon @lssmn

@mattveraldi
Copy link
Contributor

Ciao, can I take Reconciliation #71 ?

@DennisBoanini
Copy link
Contributor

Ciao I'd like to start work on #62 @deblasis

@deblasis
Copy link
Collaborator

Ciao @DennisBoanini ! All yours 👍

@adifsgaid
Copy link
Contributor

Hello 😊, I would love to start working on FAQ page number #79.

@mattia-sanfilippo
Copy link
Collaborator

Ciao! Can I start working on #84 ?

@DennisBoanini
Copy link
Contributor

Ciao I'd like to start work on #64 @deblasis

@alessioitalo
Copy link
Contributor

Hi, absolute beginner here trying to make his first steps in the open source world.

I would like to be assigned on #83, 'FAQ - Styling and CSS'

@mattia-sanfilippo
Copy link
Collaborator

Ciao! Can I start working on #70 ?

@deblasis
Copy link
Collaborator

deblasis commented Oct 6, 2021

Hi, absolute beginner here trying to make his first steps in the open source world.

I would like to be assigned on #83, 'FAQ - Styling and CSS'

👋 Benvenuto!
Of course, please read the Style Guide, I'll assign #83 to you, any questions do not hesitate to ask

@deblasis
Copy link
Collaborator

deblasis commented Oct 6, 2021

Ciao! Can I start working on #70 ?

All yours @mattia-sanfilippo !

@deblasis
Copy link
Collaborator

Ciao!

We are now translating the new website that's currently in beta! (https://beta.reactjs.org/)

All the ongoing translations are suspended as it only makes sense to focus on the new website content as described here.

This issue has been updated. More info in #328

@deblasis
Copy link
Collaborator

Ciao @LucaBlackDragon e @lssmn ! Long time no see!! Come va?

Siete ancora interessati a collaborare? Ho appena creato la PR #374 e mi farebbe piacere che qualcuno gli dia uno sguardo :)

Nessun problema se non avete tempo.

rickhanlonii pushed a commit that referenced this issue Apr 18, 2023
@gaearon gaearon changed the title Italian Translation Progress [OLD] Legacy Italian Translation Progress Apr 25, 2023
@gaearon
Copy link
Member

gaearon commented Apr 25, 2023

Thanks to everyone who contributed to the old website translation!
Started a new issue for the new website: #418

@gaearon gaearon closed this as completed Apr 25, 2023
@gaearon gaearon unpinned this issue Apr 25, 2023
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