Skip to content

Commit 1e62d5c

Browse files
author
Lauren McCarthy
committed
adding library submission form
1 parent d1ef1cf commit 1e62d5c

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

i18n-tracking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ es:
7878
line 99: ' your-first-sketch12'
7979
line 108: ' coordinate-system-simple-shapes-p2x1'
8080
line 120: ' coordinate-system-simple-shapes-p9x1'
81+
line 386: ' create-your-own4'
8182
zh-Hans:
8283
src/data/en.yml:
8384
line 329: ' coordinate-system-simple-shapes-p2x1'
8485
line 341: ' coordinate-system-simple-shapes-p9x1'
8586
line 99: ' your-first-sketch12'
8687
line 108: ' coordinate-system-simple-shapes-p2x1'
8788
line 120: ' coordinate-system-simple-shapes-p9x1'
89+
line 386: ' create-your-own4'

src/data/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ libraries:
383383
create-your-own1: "p5.js welcomes libraries contributed by others! Check out the"
384384
create-your-own2: "libraries tutorial"
385385
create-your-own3: "for more specifics about how to create one."
386+
create-your-own4: "If you have created a library and would like to have it included on this page, submit this form!"
386387

387388
community:
388389
community-title: "Community"

src/data/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ libraries:
383383
create-your-own1: "p5.js acepta las bibliotecas contribuidas por la comunidad p5.js Revisa el"
384384
create-your-own2: "tutorial de bibliotecas"
385385
create-your-own3: "para revisar los detalles específicos de cómo crear una."
386+
create-your-own4: "If you have created a library and would like to have it included on this page, submit this form!"
386387

387388
community:
388389
community-title: "Comunidad"

src/data/zh-Hans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ libraries:
383383
create-your-own1: "p5.js 欢迎任何人所制作的附加程式库!请参考"
384384
create-your-own2: "程式库编辑教程(英文页面)"
385385
create-your-own3: "以了解更多关于如何制作附加程式库的步骤。"
386+
create-your-own4: "If you have created a library and would like to have it included on this page, submit this form!"
386387

387388
community:
388389
community-title: "社群"

src/templates/pages/libraries/index.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ slug: libraries/
267267
<p>{{#i18n "create-your-own1"}}{{/i18n}}
268268
<a href="https://github.com/processing/p5.js/blob/master/developer_docs/creating_libraries.md">
269269
{{#i18n "create-your-own2"}}{{/i18n}}</a>
270-
{{#i18n "create-your-own3"}}{{/i18n}}</p>
270+
{{#i18n "create-your-own3"}}{{/i18n}}
271+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdWWb95cfvosaIFI7msA7XC5zOEVsNruaA5klN1jH95ESJVcw/viewform" target="_blank">{{#i18n "create-your-own4'}}{{/i18n}}</a></p>
271272
272273
</section>
273274

0 commit comments

Comments
 (0)