File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed
templates/pages/libraries Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 78
78
line 99 : ' your-first-sketch12'
79
79
line 108 : ' coordinate-system-simple-shapes-p2x1'
80
80
line 120 : ' coordinate-system-simple-shapes-p9x1'
81
+ line 386 : ' create-your-own4'
81
82
zh-Hans :
82
83
src/data/en.yml :
83
84
line 329 : ' coordinate-system-simple-shapes-p2x1'
84
85
line 341 : ' coordinate-system-simple-shapes-p9x1'
85
86
line 99 : ' your-first-sketch12'
86
87
line 108 : ' coordinate-system-simple-shapes-p2x1'
87
88
line 120 : ' coordinate-system-simple-shapes-p9x1'
89
+ line 386 : ' create-your-own4'
Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ libraries:
383
383
create-your-own1 : " p5.js welcomes libraries contributed by others! Check out the"
384
384
create-your-own2 : " libraries tutorial"
385
385
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!"
386
387
387
388
community :
388
389
community-title : " Community"
Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ libraries:
383
383
create-your-own1 : " p5.js acepta las bibliotecas contribuidas por la comunidad p5.js Revisa el"
384
384
create-your-own2 : " tutorial de bibliotecas"
385
385
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!"
386
387
387
388
community :
388
389
community-title : " Comunidad"
Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ libraries:
383
383
create-your-own1 : " p5.js 欢迎任何人所制作的附加程式库!请参考"
384
384
create-your-own2 : " 程式库编辑教程(英文页面)"
385
385
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!"
386
387
387
388
community :
388
389
community-title : " 社群"
Original file line number Diff line number Diff line change @@ -267,7 +267,8 @@ slug: libraries/
267
267
<p >{{ #i18n " create-your-own1" }} {{ /i18n }}
268
268
<a href =" https://github.com/processing/p5.js/blob/master/developer_docs/creating_libraries.md" >
269
269
{{ #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>
271
272
272
273
</section>
273
274
You can’t perform that action at this time.
0 commit comments