Skip to content

Commit e77fe72

Browse files
authored
Merge pull request #739 from ayushjainrksh/fixLibrary
Changed entry in en.yml to match libraries.json
2 parents cdc0cab + e5db735 commit e77fe72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/data/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ libraries:
426426
p5.particle: "The Particle and Fountain objects can be used to create data-driven effects that are defined through user structures or JSON input and user-draw functions."
427427
p5.Riso: "p5.Riso is a library for generating files suitable for Risograph printing. It helps turn your sketches into multi-color prints."
428428
rita.js: "RiTa.js provides a set of natural language processing objects for generative literature."
429-
RotatingKnobs: "Make knobs you can rotate with custom graphics and return value ranges"
429+
Rotating knobs: "Make knobs you can rotate with custom graphics and return value ranges."
430430
p5.scenemanager: "p5.SceneManager helps you create sketches with multiple states / scenes. Each scene is a like a sketch within the main sketch."
431431
p5.screenPosition: "Adds the screenX and screenY functionality from Processing to P5js."
432432
p5.scribble: "Draw 2D primitives in a sketchy look. Created by Janneck Wullschleger, based on a port of the original Processing library "

src/data/es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ libraries:
428428
p5.play: "p5.play provee funciones de sprites, animaciones, entrada y colisión para juegos y aplicaciones afines."
429429
p5.Riso: "p5.Riso.js es una biblioteca para impresión de Risograph."
430430
rita.js: "RiTa.js provee un conjunto de objetos de procesamiento de lenguaje natural para literatura generativa."
431-
RotatingKnobs: "Hacer perillas se puede girar con gráficos personalizados y volver rangos de valores"
431+
Rotating knobs: "Hacer perillas se puede girar con gráficos personalizados y volver rangos de valores"
432432
p5.scenemanager: "p5.SceneManager te ayuda a crear bosquejos con múltiples estados / escenas. Cada escena es como un bosquejo dentro del bosquejo principal."
433433
p5.screenPosition: "Agrega las variables screenX and screenY con las cordenadas del cursor en la pantalla."
434434
p5.scribble: "Dibujar primitivas 2D con una apariencia poco acabada. Creada por Janneck Wullschleger, basada en un puerto de la biblioteca original de Processing."

src/data/zh-Hans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ libraries:
426426
p5.particle: "Particle 及 Fountain 物件可以用以制作数据驱动效果,该数据可来自使用者互动或 JSON 文件。"
427427
p5.Riso: "p5.Riso 是个用来生成适合 Risograph 印刷的文件的程式库。它能帮助您将您的绘图转换成多色印刷。"
428428
rita.js: "RiTa.js 提供语言分析功能并也提供生成文字的功能。"
429-
RotatingKnobs: "使用自定图形及自定返回值范围,制作您能旋转的旋钮。"
429+
Rotating knobs: "使用自定图形及自定返回值范围,制作您能旋转的旋钮。"
430430
p5.scenemanager: "p5.SceneManager 帮助您制作有多个状态/场景的绘图。各个场景就比如一个在主要绘图内的绘图。"
431431
p5.screenPosition: "在 p5.js 内添加来自 Processing 的 screenX 及 screenY 功能。"
432432
p5.scribble: "绘制看起来粗略的 2D 形状。作者为 Janneck Wullschleger,来源自 Processing 原有程式库的代码移植。"

0 commit comments

Comments
 (0)