Skip to content

Commit 4c174f1

Browse files
committed
minor license tweak
1 parent c2aa13b commit 4c174f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 480: ' notes3'
34
line 44: ' description-roni'
45
line 45: ' project-phuong'
56
line 17: Showcase
@@ -170,14 +171,14 @@ es:
170171
line 551: ' credit-moon-xin'
171172
line 552: ' description-moon-xin'
172173
line 669: ' credit-moon-xin'
173-
line 480: ' notes-title'
174174
line 481: ' notes1'
175175
line 482: ' notes2'
176176
line 483: ' notes3'
177177
line 484: ' notes4'
178178
line 485: ' notes5'
179179
zh-Hans:
180180
src/data/en.yml:
181+
line 480: ' notes3'
181182
line 44: ' description-roni'
182183
line 45: ' project-phuong'
183184
line 17: Showcase
@@ -275,7 +276,6 @@ zh-Hans:
275276
line 551: ' credit-moon-xin'
276277
line 552: ' description-moon-xin'
277278
line 669: ' credit-moon-xin'
278-
line 480: ' notes-title'
279279
line 481: ' notes1'
280280
line 482: ' notes2'
281281
line 483: ' notes3'

src/data/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ community:
476476
notes-title: "Notes"
477477
notes1: "Please also see our "
478478
notes2: "p5.js Code of Conduct"
479-
notes3: ". This statement is licensed under a "
479+
notes3: ". The p5.js Community Statement is licensed under a "
480480
notes4: "Creative Commons license"
481481
notes5: ". Please feel free to share and remix with attribution."
482482

src/data/es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ community:
479479
notes-title: "Notes"
480480
notes1: "Please also see our "
481481
notes2: "p5.js Code of Conduct"
482-
notes3: ". Esta declaración está licenciada bajo "
482+
notes3: ". Esta Declaración de comunidad en torno a p5.js está licenciada bajo "
483483
notes4: "Licencia de Creative Commons"
484484
notes5: ". Por favor comparte y remezcla con atribución."
485485
contribute-title: "Contribuye"

src/templates/pages/community/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ slug: community/
4545
<ul aria-labelledby="in-future" class="bullets list_view">
4646
<li>{{#i18n "in-the-future1"}}{{/i18n}}</li>
4747
</ul>
48-
48+
<br>
4949
<h3 id="notes" class='sr-only'>{{#i18n "notes-title"}}{{/i18n}}</h3>
5050
<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>

0 commit comments

Comments
 (0)