Skip to content

Commit 7686392

Browse files
author
Lauren McCarthy
committed
updating sketch link text
1 parent a2179c4 commit 7686392

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

i18n-tracking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
es:
22
src/data/en.yml:
3+
line 44: ' sketch_info_link'
34
line 358: ' p5.ble'
45
line 364: ' p5.createloop'
56
line 368: ' p5.experience'
@@ -85,7 +86,6 @@ es:
8586
line 108: ' coordinate-system-simple-shapes-p2x1'
8687
line 120: ' coordinate-system-simple-shapes-p9x1'
8788
line 386: ' create-your-own4'
88-
line 44: ' sketch_info'
8989
line 45: ' sketch_info_link'
9090
line 359: ' p5.clickable'
9191
line 362: ' p5.dimensions1'
@@ -104,6 +104,7 @@ es:
104104
line 361: ' p5.clickable'
105105
zh-Hans:
106106
src/data/en.yml:
107+
line 44: ' sketch_info_link'
107108
line 358: ' p5.ble'
108109
line 364: ' p5.createloop'
109110
line 368: ' p5.experience'
@@ -116,7 +117,6 @@ zh-Hans:
116117
line 108: ' coordinate-system-simple-shapes-p2x1'
117118
line 120: ' coordinate-system-simple-shapes-p9x1'
118119
line 386: ' create-your-own4'
119-
line 44: ' sketch_info'
120120
line 45: ' sketch_info_link'
121121
line 359: ' p5.clickable'
122122
line 362: ' p5.dimensions1'

src/data/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ home:
4040
p3x2: "Try it out now in the new p5.js Web Editor!"
4141
sketch_by: "by"
4242
sketch_info: "Homepage sketch adapted from work by 9th grader Grace Obergfell"
43-
sketch_info_link: "Public school teachers interested in learning how to use p5.js in classroom can apply<br>to the Infosys Patherfinders Summer Professional Development by May 7"
43+
sketch_info_link: "CC Fest NYC on June 8, a free and inclusive coding event for students and teachers"
4444

4545
copyright:
4646
copyright1: "The p5.js library is free software; you can redistribute it and/or modify it under the terms of the "

src/data/es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ home:
4040
p3x2: "¡Prueba p5.js en nuestro nuevo editor web!"
4141
sketch_by: "por"
4242
sketch_info: "Homepage sketch adapted from work by 9th grader Grace Obergfell"
43-
sketch_info_link: "Public school teachers interested in learning how to use p5.js in classroom can apply<br>to the Infosys Patherfinders Summer Professional Development by May 7"
43+
sketch_info_link: "CC Fest NYC on June 8, a free and inclusive coding event for students and teachers"
4444

4545
copyright:
4646
copyright1: "La biblioteca p5.js es software libre; puedes redistribuirla y/o modificarla según los términos de la "

src/data/zh-Hans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ home:
4040
p3x2: "您可以在全新的 p5.js Web Editor 尝试使用!"
4141
sketch_by: "作者"
4242
sketch_info: "Homepage sketch adapted from work by 9th grader Grace Obergfell"
43-
sketch_info_link: "Public school teachers interested in learning how to use p5.js in classroom can apply<br>to the Infosys Patherfinders Summer Professional Development by May 7"
43+
sketch_info_link: "CC Fest NYC on June 8, a free and inclusive coding event for students and teachers"
4444

4545
copyright:
4646
copyright1: "p5.js 编程库是个免费开源的软件;您可以在 Free Software Foundation 的"

src/templates/pages/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ slug: /
4747

4848
<div id="credits" tabindex='-1'>
4949
{{#i18n "sketch_info"}}{{/i18n}}<br>
50-
<a href='http://www.infosys.org/infosys-foundation-usa/pathfinders/' target="_blank">{{#i18n "sketch_info_link"}}{{/i18n}}</a>
50+
<a href='http://ccfest.rocks/' target="_blank">{{#i18n "sketch_info_link"}}{{/i18n}}</a>
5151
<br>
5252
</div>
5353

0 commit comments

Comments
 (0)