Skip to content

Commit 03ba03f

Browse files
committed
Fixed text displaying twice
1 parent 468cb08 commit 03ba03f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

i18n-tracking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ es:
178178
line 485: ' notes5'
179179
line 608: ' book-1-authors'
180180
line 617: ' book-2-authors'
181+
line 409: ' p5.bots'
181182
zh-Hans:
182183
src/data/en.yml:
183184
line 480: ' notes3'
@@ -285,3 +286,4 @@ zh-Hans:
285286
line 485: ' notes5'
286287
line 608: ' book-1-authors'
287288
line 617: ' book-2-authors'
289+
line 409: ' p5.bots'

src/data/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ libraries:
405405
asciiart: "p5.asciiart is a simple and easy to use image - to - ASCII art converter for p5js."
406406
p5.ble: "A Javascript library that enables communication between BLE devices and p5 sketches."
407407
blizard.js: "a library for making DOM manipulation simple"
408-
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 "
408+
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! "
409409
p5.clickable: "Event driven, easy-to-use button library for p5.js."
410410
p5.cmyk.js: "CMYK ColorSpace"
411411
p5.collide2D: "p5.collide2D provides tools for calculating collision detection for 2D geometry with p5.js."

0 commit comments

Comments
 (0)