Skip to content

Commit 1119029

Browse files
committed
added new tutorial titles in es and zh-hans
1 parent 08fe34a commit 1119029

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/data/es.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,14 @@ learn:
197197
beyond-the-canvas: "Creación y manipulación de elementos en la página, más allá del lienzo."
198198
3d-webgl-title: "3D/WebGL"
199199
3d-webgl: "Desarrollo de aplicaciones con gráficas avanzadas en p5.js usando el modo WEBGL."
200-
color-title: Color
201-
color: Una introducción al color digital.
200+
color-title: "Color"
201+
color: "Una introducción al color digital."
202+
coordinate-system-and-shapes-title: "Coordinate System and Shapes"
203+
coordinate-system-and-shapes: "Drawing simple shapes and using the coordinate system."
204+
interactivity-title: "Interactivity"
205+
interactivity: "Introduction to interactivity with the mouse and keyboard."
206+
program-flow-title: "Program Flow"
207+
program-flow: "Introduction to controlling program flow in p5.js."
202208
becoming-a-better-programmer-title: "Cómo programar mejor"
203209
debugging-title: "Depurar"
204210
debugging: "Guía de cómo depurar tu código para todo público."

src/data/zh-Hans.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ learn:
197197
3d-webgl: "使用 p5.js WebGL 模式制作高级图形程式。"
198198
color-title: "颜色"
199199
color: "数码颜色的简介。"
200+
coordinate-system-and-shapes-title: "坐标系统与图形"
201+
coordinate-system-and-shapes: "利用坐标系统绘制简单图形。"
202+
interactivity-title: "交互性"
203+
interactivity: "鼠标与键盘的交互简介。"
204+
program-flow-title: "程序流程"
205+
program-flow: "p5.js 控制程序流程简介。"
200206
becoming-a-better-programmer-title: "成为更好的程式设计师"
201207
debugging-title: "调试"
202208
debugging: "调试程序的简介。"

0 commit comments

Comments
 (0)