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

Fixed Spanish Translation Errors in Project #1485

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions src/data/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2351,20 +2351,20 @@ books:
book-3-pages: '255 páginas. '
book-3-type: 'Tapa blanda. '
book-3-description: >-
By using simple languages such as JavaScript in p5.js, artists and makers
can create everything from interactive typography and textiles to 3D-printed
furniture to complex and elegant infographics.
Al utilizar lenguajes simples como JavaScript en p5.js, los artistas y
creadores pueden crear de todo, desde tipografía y textiles interactivos
hasta muebles impresos en 3D e infografías complejas y elegantes.
book-3-order-a: Ordena desde Princeton Architectural Press
book-3-order-b: Ordena desde Amazon
book-4-title: Generative Gestaltung (German Edition)
book-4-authors: 'Benedikt Gross, Hartmut Bohnacker, Julia Laub and Claudius Lazzeroni.'
book-4-publisher: 'Publicado 2018, Schmidt Hermann Verlag. '
book-4-pages: '256 páginas. '
book-4-type: 'Tapa dura. '
book-4-description: >-
By using simple languages such as JavaScript in p5.js, artists and makers
can create everything from interactive typography and textiles to 3D-printed
furniture to complex and elegant infographics.
book-4-description: |-
Al utilizar lenguajes simples como JavaScript en p5.js, artistas y creadores
pueden crear de todo, desde tipografía interactiva y textiles hasta impresiones 3D.
desde muebles hasta infografías complejas y elegantes.
book-4-order-a: Ordena desde Verlag Hermann Schmidt
book-4-order-b: Ordena desde Amazon
book-5-title: Learn JavaScript with p5.js
Expand All @@ -2373,11 +2373,12 @@ books:
book-5-pages: '217 páginas. '
book-5-type: 'Tapa blanda. '
book-5-description: >-
Learn coding from scratch in a highly engaging and visual manner using the
vastly popular JavaScript with the programming library p5.js. The skills you
will acquire from this book are highly transferable to a myriad of
industries and can be used towards building web applications, programmable
robots, or generative art.

Aprenda a codificar desde cero de una manera muy atractiva y visual
utilizando la muy popular biblioteca de programación p5.js de JavaScript.
Las habilidades adquiridas en este libro son altamente transferibles a una
infinidad de industrias y se pueden utilizar para crear aplicaciones web,
robots programables o arte generativo.
book-5-order-a: Ordena desde Apress
book-5-order-b: Ordena desde Amazon
book-6-title: 'Aesthetic Programming: A Handbook of Software Studies'
Expand Down