Skip to content

Commit f941cd7

Browse files
committed
Merge branch 'master' of github.com:processing/p5.js-website
2 parents 355372b + d816ad6 commit f941cd7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/es/learn/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@ <h4>Interactivity</h4>
309309
<img src="../../assets/img/learn/lib_placeholder.jpg">
310310
</a>
311311
<a class="nounderline" href="program-flow.html">
312-
<h4>Program Flow</h4>
312+
<h4>Flujo de programa</h4>
313313
</a>
314314
</div>
315-
<p>Introduction to controlling program flow in p5.js.</p>
315+
<p>Introducción al control del flujo de programa en p5.js.</p>
316316
</div>
317317

318318

0 Bytes
Binary file not shown.

src/data/es.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ learn:
204204
coordinate-system-and-shapes: "Dibuja figuras simples utilizando el sistema de coordenadas."
205205
interactivity-title: "Interactivity"
206206
interactivity: "Introduction to interactivity with the mouse and keyboard."
207-
program-flow-title: "Program Flow"
208-
program-flow: "Introduction to controlling program flow in p5.js."
207+
program-flow-title: "Flujo de programa"
208+
program-flow: "Introducción al control del flujo de programa en p5.js."
209209
curves-title: "Curvas"
210210
curves: "Una introducción a los tres tipos de curvas en p5.js: arcos, curvas spline y curvas Bézier."
211211
becoming-a-better-programmer-title: "Cómo programar mejor"

0 commit comments

Comments
 (0)