Skip to content

Commit ce2b800

Browse files
committed
adding donate button to sidebar
1 parent 24ee3e1 commit ce2b800

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

i18n-tracking.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,9 @@ es:
287287
line 112: ' 2019cc_24'
288288
line 420: ' p5.shape.js'
289289
line 573: ' output15'
290+
line 7: Donate
291+
line 16: ' 2015cc_5'
290292
zh-Hans:
291-
src/data/en.yml: {}
293+
src/data/en.yml:
294+
line 7: Donate
295+
line 16: ' 2015cc_5'

src/data/en.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sidebar-Title: "Site Navigation"
44
Home: "Home"
55
Editor: "Editor"
66
Download: "Download"
7+
Donate: "Donate"
78
Start: "Get Started"
89
Reference: "Reference"
910
Libraries: "Libraries"
@@ -535,7 +536,7 @@ community:
535536
2015cc_2: "Participants jump, smile and throw their hands in the air on a green lawn"
536537
2015cc_3: "Woman presenting the p5.js community statement from her laptop"
537538
2015cc_4: "Woman expressively speaks into a microphone while two male collaborators look on"
538-
2015cc_5: "Participants attentively smile towards the front of the class"
539+
2015cc_5: "Participants attentively smile and listen to a presentation"
539540
2015cc_6: "Woman reads about p5.js into a microphone to three female students"
540541
2015cc_7: "Participants sit in a circle around a white board with sticky notes on it while a female student speaks into a microphone"
541542
2015cc_8: "Participants sit around a table looking at each others laptops and compare code "

src/data/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sidebar-Title: "Navegación del sitio"
44
Home: "Inicio"
55
Editor: "Editor"
66
Download: "Descargar"
7+
Donate: "Donate"
78
Start: "Empezar"
89
Reference: "Referencia"
910
Libraries: "Bibliotecas"

src/data/zh-Hans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sidebar-Title: "网站导航"
44
Home: "主页"
55
Editor: "编辑器"
66
Download: "下载"
7+
Donate: "Donate"
78
Start: "入门"
89
Reference: "参考文献"
910
Libraries: "程式库"

src/templates/partials/sidebar.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ slug: sidebar
99
<li><a href="{{root}}/">{{#i18n "Home"}}{{/i18n}}</a></li>
1010
<li><a href="https://editor.p5js.org">{{#i18n "Editor"}}{{/i18n}}</a></li>
1111
<li><a href="{{root}}/download/">{{#i18n "Download"}}{{/i18n}}</a></li>
12+
<li><a href="{{root}}/download/support.html">{{#i18n "Donate"}}{{/i18n}}</a></li>
1213
<li><a href="{{root}}/get-started/">{{#i18n "Start"}}{{/i18n}}</a></li>
1314
<li><a href="{{root}}/reference/">{{#i18n "Reference"}}{{/i18n}}</a></li>
1415
<li><a href="{{root}}/libraries/">{{#i18n "Libraries"}}{{/i18n}}</a></li>

0 commit comments

Comments
 (0)