Skip to content

Commit f96feb2

Browse files
author
Lauren McCarthy
committed
lib page fixes
1 parent d322cc1 commit f96feb2

File tree

5 files changed

+35
-31
lines changed

5 files changed

+35
-31
lines changed

i18n-tracking.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
es:
22
src/data/en.yml:
3+
line 358: ' p5.ble'
4+
line 364: ' p5.createloop'
5+
line 368: ' p5.experience'
6+
line 377: ' vida'
7+
line 380: ' p5.3D'
38
line 363: ' p5.experience'
49
line 329: ' coordinate-system-simple-shapes-p2x1'
510
line 341: ' coordinate-system-simple-shapes-p9x1'
@@ -82,26 +87,28 @@ es:
8287
line 386: ' create-your-own4'
8388
line 44: ' sketch_info'
8489
line 45: ' sketch_info_link'
85-
line 358: ' p5.bots'
8690
line 359: ' p5.clickable'
8791
line 362: ' p5.dimensions1'
88-
line 364: ' p5.func'
89-
line 368: ' p5.gibber'
9092
line 373: ' mappa'
9193
line 374: ' p5.play'
9294
line 376: ' rita.js'
93-
line 377: ' p5.scenemanager'
9495
line 379: ' p5.serial1'
95-
line 380: ' p5.serial2'
9696
line 381: ' p5.serial3'
9797
line 382: ' p5.speech'
9898
line 391: ' p5.3D'
9999
line 355: ' asciiart'
100100
line 356: ' p5.ble'
101101
line 360: ' p5.createloop'
102102
line 371: ' vida'
103+
line 357: ' asciiart'
104+
line 361: ' p5.clickable'
103105
zh-Hans:
104106
src/data/en.yml:
107+
line 358: ' p5.ble'
108+
line 364: ' p5.createloop'
109+
line 368: ' p5.experience'
110+
line 377: ' vida'
111+
line 380: ' p5.3D'
105112
line 363: ' p5.experience'
106113
line 329: ' coordinate-system-simple-shapes-p2x1'
107114
line 341: ' coordinate-system-simple-shapes-p9x1'
@@ -111,21 +118,18 @@ zh-Hans:
111118
line 386: ' create-your-own4'
112119
line 44: ' sketch_info'
113120
line 45: ' sketch_info_link'
114-
line 358: ' p5.bots'
115121
line 359: ' p5.clickable'
116122
line 362: ' p5.dimensions1'
117-
line 364: ' p5.func'
118-
line 368: ' p5.gibber'
119123
line 373: ' mappa'
120124
line 374: ' p5.play'
121125
line 376: ' rita.js'
122-
line 377: ' p5.scenemanager'
123126
line 379: ' p5.serial1'
124-
line 380: ' p5.serial2'
125127
line 381: ' p5.serial3'
126128
line 382: ' p5.speech'
127129
line 391: ' p5.3D'
128130
line 355: ' asciiart'
129131
line 356: ' p5.ble'
130132
line 360: ' p5.createloop'
131133
line 371: ' vida'
134+
line 357: ' asciiart'
135+
line 361: ' p5.clickable'

src/data/en.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,15 @@ libraries:
352352
p5.sound: "p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis."
353353
p5.accessibility: "p5.accessibility makes the p5 canvas more accessible to people who are blind and visually impaired."
354354
Contributed: "Contributed"
355-
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js."
356-
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches."
355+
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js. Created by "
356+
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches. Created by "
357357
p5.bots: "With p5.bots you can interact with your Arduino (or other microprocessor) from within the browser. Use sensor data to drive a sketch; use a sketch to drive LEDs, motors, and more! Created by "
358-
p5.clickable: "Event driven, easy-to-use button library for p5.js."
358+
p5.clickable: "Event driven, easy-to-use button library for p5.js. Created by "
359359
p5.collide2D: "p5.collide2D provides tools for calculating collision detection for 2D geometry with p5.js. Created by "
360-
p5.createloop: "Create animation loops with noise and GIF exports in one line of code."
360+
p5.createloop: "Create animation loops with noise and GIF exports in one line of code. Created by "
361361
p5.dimensions1: "p5.dimensions extends p5.js' vector functions to work in any number of dimensions. Created by "
362362
p5.dimensions2: " and "
363-
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications."
363+
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications. Created by "
364364
p5.func: "p5.func is a p5 extension that provides new objects and utilities for function generation in the time, frequency, and spatial domains. Created by "
365365
p5.geolocation: "p5.geolocation provides techniques for acquiring, watching, calculating, and geofencing user locations for p5.js. Created by "
366366
p5.gibber: "p5.gibber provides rapid music sequencing and audio synthesis capabilities. Created by "
@@ -378,9 +378,9 @@ libraries:
378378
p5.speech: "p5.speech provides simple, clear access to the Web Speech and Speech Recognition APIs, allowing for the easy creation of sketches that can talk and listen. Created by "
379379
p5.tiledmap1: "p5.tiledmap provides drawing and helper functions to include maps made with"
380380
p5.tiledmap2: "in your sketches. Created by "
381-
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js."
381+
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js. Created by "
382382
p5.voronoi: "p5.voronoi provides a set of tools to draw and utilize voronoi diagrams in your p5.js sketches. Created by "
383-
p5.3D: "3D Text and Images in WebGL"
383+
p5.3D: "3D Text and Images in WebGL. Created by "
384384
using-a-library-title: "Using a library"
385385
using-a-library1: "A p5.js library can be any JavaScript code that extends or adds to the p5.js core functionality. There are two categories of libraries. Core libraries ("
386386
using-a-library2: " and "

src/data/es.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,15 @@ libraries:
352352
p5.sound: "p5.sound extiende p5 con funcionalidad de Web Audio, incluyendo entrada de audio, reproducción, análisis y síntesis."
353353
p5.accessibility: "p5.accessibility permite que el canvas de p5 sea más accesible a personas con discapacidad visual."
354354
Contributed: "Bibliotecas contribuidas"
355-
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js."
356-
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches."
355+
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js. Created by "
356+
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches. Created by "
357357
p5.bots: "Con p5.bots puedes interactuar con Arduino (u otro microprocesador) desde el navegador. Usa los datos de los sensores para controlar tu bosquejo, usa un bosquejo para controlar LEDs, motores, y más. Creada por "
358-
p5.clickable: "Event driven, easy-to-use button library for p5.js."
358+
p5.clickable: "Event driven, easy-to-use button library for p5.js. Created by "
359359
p5.collide2D: "p5.collide2D provee herramientas para calcular detección de colisiones en geometría 2D con p5.js. Creada por "
360-
p5.createloop: "Create animation loops with noise and GIF exports in one line of code."
360+
p5.createloop: "Create animation loops with noise and GIF exports in one line of code. Created by "
361361
p5.dimensions1: "p5.dimensions extiende las funciones de vector de p5.js para que funcione con cualquier número de dimensiones. Creada por "
362362
p5.dimensions2: " y "
363-
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications."
363+
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications. Created by "
364364
p5.func: "p5.func es una extensión de p5 que provee nuevos objetos y utilidades para generación de funciones en los dominios de tiempo, frecuencia y espacio. Creada por "
365365
p5.geolocation: "p5.geolocation provee técnicas para adquirir, observar, calcular y georeferenciar ubicaciones de usuario para p5.js. Creada por "
366366
p5.gibber: "p5.gibber provee capacidades de secuenciamiento de música y de síntesis de audio. Creada por "
@@ -379,8 +379,8 @@ libraries:
379379
p5.tiledmap1: "p5.tiledmap provee funciones de dibujo y ayuda para incluir mapas hechos con"
380380
p5.tiledmap2: "en tus bosquejos. Creada por "
381381
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js."
382-
p5.voronoi: "p5.voronoi brinda un conjunto de herramientas para dibujar y utilizar diagramas voronoi en tus bosquejos de p5.js."
383-
p5.3D: "3D Text and Images in WebGL"
382+
p5.voronoi: "p5.voronoi brinda un conjunto de herramientas para dibujar y utilizar diagramas voronoi en tus bosquejos de p5.js. Created by "
383+
p5.3D: "3D Text and Images in WebGL. Created by "
384384
using-a-library-title: "Usando una biblioteca"
385385
using-a-library1: "Una biblioteca p5.js puede ser cualquier código p5.js que extiende o añade a las funcionalidades centrales de p5.js. Existen dos tipos de bibliotecas. Las bibliotecas centrales ("
386386
using-a-library2: " y "

src/data/zh-Hans.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,15 @@ libraries:
352352
p5.sound: "p5.sound 使用 Web Audio 扩展 p5 的功能,提供音频输入、播放、分析及合成功能。"
353353
p5.accessibility: "p5.accessibility makes the p5 canvas more accessible to people who are blind and visually impaired."
354354
Contributed: "社群贡献程式库"
355-
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js."
356-
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches."
355+
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js. Created by "
356+
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches. Created by "
357357
p5.bots: "p5.bots 让您通过网页浏览器和 Arduino(或其他微处理器)互动。您可以使用传感器资料来驱动绘图会使用绘图来驱动 LED、马达等等!作者为"
358358
p5.clickable: "Event driven, easy-to-use button library for p5.js."
359359
p5.collide2D: "p5.collide2D 提供一系列工具适用于计算在 p5.js 内的 2D 几何形状的碰撞检测。作者为"
360360
p5.createloop: "Create animation loops with noise and GIF exports in one line of code."
361361
p5.dimensions1: "p5.dimensions 扩展 p5.js 的向量功能以包括更高维数的计算。作者为"
362362
p5.dimensions2: ""
363-
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications."
363+
p5.experience: "Extensive library for p5.js that adds additional event-listening functionality for creating canvas-based web applications. Created by "
364364
p5.func: "p5.func 是个提供新物件及时间、频率和空间函数操作的 p5 扩展程式库。作者为"
365365
p5.geolocation: "p5.geolocation 提供给 p5.js 获取、观察、计算使用者地理位置及地理围栏的功能。作者为"
366366
p5.gibber: "p5.gibber 提供快速音乐排序及音频合成功能。作者为"
@@ -378,9 +378,9 @@ libraries:
378378
p5.speech: "p5.speech 提供简单易用的 Web Speech 及语音识别的 API,使制作能说能听的绘图更加容易。作者为"
379379
p5.tiledmap1: "p5.tiledmap 提供绘制及便利功能以在绘图中加入由"
380380
p5.tiledmap2: "制作的地图。作者为"
381-
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js."
381+
vida: "Vida is a simple library that adds camera (or video) based motion detection and blob tracking functionality to p5js. Created by "
382382
p5.voronoi: "p5.voronoi 提供您的 p5.js 绘图一系列用以绘制及使用 voronoi 图的工具。"
383-
p5.3D: "3D Text and Images in WebGL"
383+
p5.3D: "3D Text and Images in WebGL. Created by "
384384
using-a-library-title: "如何使用程式库"
385385
using-a-library1: "p5.js 程式库可以是任何扩展或延伸 p5.js 核心功能的 JavaScript 代码,它们主要分为两种。核心程式库("
386386
using-a-library2: ""

src/templates/pages/libraries/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ slug: libraries/
5353
<div class="left-column">
5454
<a class="nounderline" href="https://tetoki.eu/asciiart">
5555
<div class="label">
56-
<img src="{{assets}}/img/libraries/vida.png"></a>
56+
<img src="{{assets}}/img/libraries/asciiart.png"></a>
5757
<a class="nounderline" href="https://tetoki.eu/asciiart"><h4>ASCII Art</h4></a>
5858
</div>
5959
<p>{{#i18n "asciiart"}}{{/i18n}}<a href='https://paweljanicki.jp'>Pawel Janicki</a>.</p>
@@ -280,7 +280,7 @@ slug: libraries/
280280
<img src="{{assets}}/img/libraries/vida.png"></a>
281281
<a class="nounderline" href="https://tetoki.eu/vida"><h4>Vida</h4></a>
282282
</div>
283-
<p>{{#i18n "Vida"}}{{/i18n}}<a href='https://paweljanicki.jp'>Pawel Janicki</a>.</p>
283+
<p>{{#i18n "vida"}}{{/i18n}}<a href='https://paweljanicki.jp'>Pawel Janicki</a>.</p>
284284
</div>
285285

286286
<div class="right-column">

0 commit comments

Comments
 (0)