Fixed Spanish description for all 2D Primitive Functions in p5js.org Reference#1402
Fixed Spanish description for all 2D Primitive Functions in p5js.org Reference#1402OnexiMedina wants to merge 3 commits intoprocessing:mainfrom
Conversation
|
Thanks @OnexiMedina! Our technical writer @nickmcintyre is updating the reference documentation. We are working on the English version first, then we will update the translations later. @nickmcintyre, can you confirm if the 2D primitive reference in this PR is most updated? Thanks. |
|
@Qianqianye @OnexiMedina thanks for inviting me to the discussion. The different versions of our documentation should probably stay in sync when possible. I suggest we open dedicated issues for revising the English content first. I made the first batch of edits quickly to get things started, and I'm happy to revise them based on your feedback. Looking back, some of them definitely need more work. @OnexiMedina thanks for putting so much care and consideration into the translations. The main goal is to make the documentation more beginner-friendly. In practice, that's meant using plain language (sixth grade level) and simplifying wherever possible. Lots of things need to be rewritten and you're welcome to help steer that effort. |
|
Thanks @nickmcintyre. We can pause the translation effort for now and revisit this issue after this year's Season of Doc technical writer program when the English version is updated. |
Addresses #1225
Changes:
I fixed the Spanish [ES] description of all the functions() under 2D Primitives in the Reference for p5js.org. The descriptions had different descriptions than the English version, had missing links for functions mentioned in the descriptions, or were previously half-English and half-Spanish.
Similar to what was mentioned in my previous pull request ( #1400 ), here are my specific changes:
Below I have added screenshots for the current Spanish descriptions and the new Spanish descriptions (for future reference and documentation purposes). Hope this helps!
Screenshots of the change:
arc()
Current:
New:
ellipse()
Current:
New:
circle()
Current:
New:
line()
Current:
New:
point()
Current:
New:
quad()
Current:
New:
rect()
Current:
New:
square()
Current:
New:
triangle()
Current:
New: