Skip to content

Commit c2aa13b

Browse files
committed
adding link to code of conduct
1 parent 58de9ca commit c2aa13b

File tree

5 files changed

+32
-14
lines changed

5 files changed

+32
-14
lines changed

i18n-tracking.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ es:
170170
line 551: ' credit-moon-xin'
171171
line 552: ' description-moon-xin'
172172
line 669: ' credit-moon-xin'
173+
line 480: ' notes-title'
174+
line 481: ' notes1'
175+
line 482: ' notes2'
176+
line 483: ' notes3'
177+
line 484: ' notes4'
178+
line 485: ' notes5'
173179
zh-Hans:
174180
src/data/en.yml:
175181
line 44: ' description-roni'
@@ -269,3 +275,9 @@ zh-Hans:
269275
line 551: ' credit-moon-xin'
270276
line 552: ' description-moon-xin'
271277
line 669: ' credit-moon-xin'
278+
line 480: ' notes-title'
279+
line 481: ' notes1'
280+
line 482: ' notes2'
281+
line 483: ' notes3'
282+
line 484: ' notes4'
283+
line 485: ' notes5'

src/data/en.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,12 @@ community:
473473
in-times-conflict7: "We are mindful and kind in our interactions."
474474
in-the-future-title: "In the future:"
475475
in-the-future1: "The future is now."
476-
sharing-title: "Sharing"
477-
sharing1: "This statement is licensed under a "
478-
sharing2: "Creative Commons license"
479-
sharing3: ". Please feel free to share and remix with attribution."
476+
notes-title: "Notes"
477+
notes1: "Please also see our "
478+
notes2: "p5.js Code of Conduct"
479+
notes3: ". This statement is licensed under a "
480+
notes4: "Creative Commons license"
481+
notes5: ". Please feel free to share and remix with attribution."
480482

481483
contribute-title: "Contribute"
482484
contribute1: "Our community is always looking for enthusiasts to help in all different ways."

src/data/es.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,12 @@ community:
476476
in-times-conflict7: "Somos conscientes y amables en nuestras interacciones."
477477
in-the-future-title: "En el futuro:"
478478
in-the-future1: "El futuro es ahora."
479-
sharing-title: "Compartir"
480-
sharing1: "Esta declaración está licenciada bajo "
481-
sharing2: "Licencia de Creative Commons"
482-
sharing3: ". Por favor comparte y remezcla con atribución."
479+
notes-title: "Notes"
480+
notes1: "Please also see our "
481+
notes2: "p5.js Code of Conduct"
482+
notes3: ". Esta declaración está licenciada bajo "
483+
notes4: "Licencia de Creative Commons"
484+
notes5: ". Por favor comparte y remezcla con atribución."
483485
contribute-title: "Contribuye"
484486
contribute1: "Nuestra comunidad siempre está buscando entusiastas para ayudar de diferentes maneras."
485487
develop-title: "Desarrolla."

src/data/zh-Hans.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,12 @@ community:
473473
in-times-conflict7: "在我们的互动中,我们保持细心及友善。"
474474
in-the-future-title: "在未来:"
475475
in-the-future1: "未来就是现在。"
476-
sharing-title: "共享"
477-
sharing1: "此宣言可根据 "
478-
sharing2: "Creative Commons license"
479-
sharing3: " 条款下使用。请随意分享及更改并注明出处。"
476+
notes-title: "Notes"
477+
notes1: "Please also see our "
478+
notes2: "p5.js Code of Conduct"
479+
notes3: "。此宣言可根据 "
480+
notes4: "Creative Commons license"
481+
notes5: " 条款下使用。请随意分享及更改并注明出处。"
480482

481483
contribute-title: "贡献"
482484
contribute1: "我们的社群都会一直需要各种不同的帮助。"

src/templates/pages/community/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ slug: community/
4646
<li>{{#i18n "in-the-future1"}}{{/i18n}}</li>
4747
</ul>
4848

49-
<h3 id="sharing">{{#i18n "sharing-title"}}{{/i18n}}</h3>
50-
<p>{{#i18n "sharing1"}}{{/i18n}}<a href="https://creativecommons.org/licenses/by-sa/4.0/">{{#i18n "sharing2"}}{{/i18n}}</a>{{#i18n "sharing3"}}{{/i18n}}</p>
49+
<h3 id="notes" class='sr-only'>{{#i18n "notes-title"}}{{/i18n}}</h3>
50+
<p>{{#i18n "notes1"}}{{/i18n}} <a href="">{{#i18n "notes2"}}{{/i18n}}</a>{{#i18n "notes3"}}{{/i18n}}<a href="https://creativecommons.org/licenses/by-sa/4.0/">{{#i18n "notes4"}}{{/i18n}}</a>{{#i18n "notes5"}}{{/i18n}}</p>
5151
</div>
5252

5353
<h2 id="contribute">{{#i18n "contribute-title"}}{{/i18n}}</h2>

0 commit comments

Comments
 (0)