Coder Social home page Coder Social logo

Comments (60)

bvaughn avatar bvaughn commented on April 28, 2024 2

Hm...looks like the "production branch" was configured incorrect in Circle for some reason. I've changed it to "master" and triggered a manual deployment since it's pretty stale. Should be okay now in a few minutes?

from he.react.dev.

rgrnwd avatar rgrnwd commented on April 28, 2024 1

Context & Forwarding Refs next 😃

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024 1

Yeah! That should be translated.

from he.react.dev.

rgrnwd avatar rgrnwd commented on April 28, 2024 1

Can I translate Code-Splitting and higher order components?

from he.react.dev.

orrsteinberg avatar orrsteinberg commented on April 28, 2024 1

Got it 👍 I'll get right on it then.

from he.react.dev.

gmadar avatar gmadar commented on April 28, 2024
  • Home Page

from he.react.dev.

bentlusty avatar bentlusty commented on April 28, 2024

@gmadar Added you to Home page. thank you!

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024
  • Tutorial

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@galtalmor Added you to the tutorial

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

@gmadar Added you to the tutorial

Wrong mention, bug tagging is okay :)

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@galtalmor oops sorry

from he.react.dev.

bromy avatar bromy commented on April 28, 2024
  • Hello World

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@bromy It's yours 👍

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

Does anyone have a solution for fixing punctuation when translating into hebrew? There is an example in gmadar's pull request:
screenshot_3

It also happens on my end when I translate sentences

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

Does anyone have a solution for fixing punctuation when translating into Hebrew?

I suppose it will just require some CSS tweaking with direction: rtl, but I'm not sure how would that work with the way they build and publish this website. I think it is best to try and contact someone from the team in charge to figure out if it is okay to make changes in the website's CSS since this problem will exist everywhere with this translation.

More specifically, adding the following code in the file algolia.css solved the basic issues for me, but requires more tweaking to make everything look better:

p, h1, h2, h3, ul, details {
  direction: rtl;
}

code {
  direction: ltr;
  display: inline-block;
}

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024

@galtalmor It's definitely okay to make changes to the CSS -- Arabic and Persian dealt with the same thing and actually have PRs to do it: reactjs/ar.react.dev#8

You might want to post there to see if they can help you set it up for Hebrew!

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@galtalmor A member of the Arabic translation team already helped us with that :) #6

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

@galtalmor A member of the Arabic translation team already helped us with that :) #6

👍

from he.react.dev.

dormd avatar dormd commented on April 28, 2024

Awesome idea 😍
Rendering Elements

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@dormd It's yours :)

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024
  • Getting Started

from he.react.dev.

itayyehezkel avatar itayyehezkel commented on April 28, 2024

Introducing Hooks

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

Hey @bentlusty & @galnir I think you guys should update this main thread, it's starting to be hard to follow on what is already completed, what's not and who's working on stuff. I wouldn't mind helping with that if you guys are too busy. Thanks!

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

Here's the list of completed tasks with related PRs:

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024
  • Components and Props

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@tesseralis Can you please add @galtalmor as a maintainer? It would really help us keep up with the work

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024

@galnir sure! In the future you can open a PR if you need to add more maintainers.

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024

@galtalmor once you accept the invite to join the reactjs org you should be able to update this issue :)

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

@galtalmor once you accept the invite to join the reactjs org you should be able to update this issue :)

@tesseralis Yep, it works. Thanks!

from he.react.dev.

bromy avatar bromy commented on April 28, 2024

As you are all working on these, I was wondering about what setup or process you are using in your text editor. Working with the mixed left-to-right/right-to-left text files made the formatting more of a challenge than it should have been 😄. Text kept jumping around, highlighting/copying/pasting felt unpredictable, and the markdown syntax was easily thrown off. Are there any editor or OS settings that made it more intuitive to work with the bidirectional nature of the text?

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@bromy My main text editor is vscode, but it doesn't support right to left(in my experience). so for translation I use notepad++

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

@bromy I use WebStorm, it doesn't really support RTL (doesn't let you control it or stick the code to the right), but when the first word is in hebrew it kinda justifies the content in RTL, so it is good enough for me. Also it got a markup plugin that lets you see changes on the fly, so that is also pretty helpful.
I don't think there will be any really good solution here, but I will be happy to be surprised.

from he.react.dev.

dormd avatar dormd commented on April 28, 2024

CDN Links

from he.react.dev.

itayyehezkel avatar itayyehezkel commented on April 28, 2024

MarkdownPage

from he.react.dev.

dormd avatar dormd commented on April 28, 2024

Composition vs Inheritance

from he.react.dev.

bentlusty avatar bentlusty commented on April 28, 2024

Hey guys, I'm sorry I wasn't here as much as I should. Regrettably I don't have the time to maintain this repo.

See ya on rothschild boulevard :)

from he.react.dev.

dormd avatar dormd commented on April 28, 2024

Hooks at a Glance

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

@tesseralis How often do languages websites get published? On the English website there's a link to the Hebrew version, but the Hebrew version was never published, the live version is all in English. Is there a way for us to publish a new version?

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024

That's actually something that's confusing me too. The other languages are working properly -- I think it's just broken. Are you all publishing off the master branch? @bvaughn do you think you could look into this?

In the meanwhile, if you want something to work off, you could just create another netlify app and set it to the repo

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

@tesseralis @bvaughn Yes, now it seems to be working. Thanks!

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024

We're almost done everyone!

@itayyehezkel @galtalmor what's the status of your pages?

Also, could anyone take the React.Component under "API"? It's the last of the core pages we need to do to mark this translation as complete!

from he.react.dev.

itzikya avatar itzikya commented on April 28, 2024

React.Component

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@itzikya Added you!

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

Hey @tesseralis , I started a new job and had a few crazy weeks. I will complete the translation of my page soon and also review @galnir 's work. Cheers!

from he.react.dev.

rgrnwd avatar rgrnwd commented on April 28, 2024

Hey, I'm keen to contribute. I'll start with the Accessibility page, if that's ok with everyone? :)

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@rgrnwd That's great, thanks!

from he.react.dev.

rgrnwd avatar rgrnwd commented on April 28, 2024

Can I pick up Error Boundaries next? Thanks!

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@rgrnwd 👍

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@tesseralis hey, should we also translate pages like 404/versions/acknowlegements?

from he.react.dev.

tsehori avatar tsehori commented on April 28, 2024

Hey, can I pick up Uncontrolled Components and React Without JSX?
Thanks!

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@tsehori Ofc 👍

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024

@itayyehezkel @galtalmor I'm going to open up your pages React and TestRenderer for now since it's been a while, so if anyone wants to take those pages to finish up the core translation, now's your chance!

@galnir I'm not sure which page that is? Do you have a link to the english react website for it?

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

@tesseralis
404 (page not found): https://reactjs.org/dhxnxdj

from he.react.dev.

tesseralis avatar tesseralis commented on April 28, 2024

@galtalmor how is the API->React translation going? It's the last one we need to mark this as completed so we're eager to get that done!

from he.react.dev.

orrsteinberg avatar orrsteinberg commented on April 28, 2024

Hey, I'd be happy to contribute. Is there anything that has high priority/that would be particularly helpful?
If not, I'll start with Passing Functions to Components in the FAQ section if that's alright.

from he.react.dev.

galtalmor avatar galtalmor commented on April 28, 2024

@orrsteinberg anything that isn't complete yet

from he.react.dev.

owolfy avatar owolfy commented on April 28, 2024

I saw some typos and inconsistent translations.
What is the convention for revisions PR?

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

I saw some typos and inconsistent translations.
What is the convention for revisions PR?

Open a PR with the fixes, nothing special

from he.react.dev.

galnir avatar galnir commented on April 28, 2024

#280

from he.react.dev.

gaearon avatar gaearon commented on April 28, 2024

Thanks to everyone who worked on the old translation!
I've updated the TODO list for the new one in #280.

from he.react.dev.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.